Search code examples
google-apps-scriptgoogle-caja

body css rule and google-caja


If i am not mistaken, google-caja removes body css rules. Since HtmlService sanitizes all html css and javascript using caja, we can't style the body element.

Is there any workaround to this problem?


Solution

  • There's a workaround here using jQuery; hopefully it might be suitable for your purpose.