logo

demo

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/demo.git
commit: 96bc9acba9f5c65ba5b8f945ae69c9abe9810ff7
parent 0427f54d90bbe19768a5b74b9eb49a091d920a9e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  2 Sep 2023 23:53:05 +0200

vanilla-editor: fix for small viewports

Diffstat:

Mvanilla-editor/vanilla-editor.css2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vanilla-editor/vanilla-editor.css b/vanilla-editor/vanilla-editor.css @@ -8,3 +8,5 @@ height: 25ch; /* fallback */ height: 33vh; } +/* Otherwise, elements further down ends up overlaying #content_view on small viewports */ +#content_view { display: table; }