diff --git a/l4d2web/l4d2web/static/css/editor.css b/l4d2web/l4d2web/static/css/editor.css index f329423..0017e98 100644 --- a/l4d2web/l4d2web/static/css/editor.css +++ b/l4d2web/l4d2web/static/css/editor.css @@ -3,6 +3,12 @@ * in tokens.css; this file scopes the editor container's chrome to * match the rest of the app. */ +/* Pre-hide opt-in textareas to avoid the textarea-visible-then-hidden + * flicker on page load. editor.js un-hides them again if the bundle + * fails to load or a per-textarea mount throws. The