From a76a7e7b3b0e288b65adff8bc9da60195129d0a8 Mon Sep 17 00:00:00 2001 From: object-Object Date: Wed, 6 Sep 2023 22:20:26 -0400 Subject: [PATCH] Alwinfy vh fix i guess --- doc/src/hexdoc/_templates/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/hexdoc/_templates/main.css b/doc/src/hexdoc/_templates/main.css index 46118e93..11cc5fd7 100644 --- a/doc/src/hexdoc/_templates/main.css +++ b/doc/src/hexdoc/_templates/main.css @@ -127,7 +127,7 @@ canvas.spell-viz { top: 0; width: 25%; float: left; - max-height: 80%; + max-height: 80vh; overflow-y: scroll; }