diff --git a/www/whiteboard/index.html b/www/whiteboard/index.html index 29df86e77..7f624a0ee 100644 --- a/www/whiteboard/index.html +++ b/www/whiteboard/index.html @@ -69,6 +69,13 @@ #color-picker { display: block; } + #pickers { + visibility: hidden; + position: absolute; + width: 0; + height: 0; + z-index: -5; + }
@@ -94,6 +101,6 @@ - +