From bf9ad33de94c8605dd9c420845333c2a30ee7801 Mon Sep 17 00:00:00 2001 From: Felix Mariotto <46470486+felixmariotto@users.noreply.github.com> Date: Wed, 2 Jun 2021 19:23:33 +0200 Subject: [PATCH] examples: fix dark theme on empty location hash ( fix ) (#21943) * examples: fix dark theme on empty location hash * examples: fix #viewer css Co-authored-by: Felix Mariotto --- files/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/main.css b/files/main.css index f269254144..0b4d09ae3c 100644 --- a/files/main.css +++ b/files/main.css @@ -385,6 +385,10 @@ iframe { overflow: auto; } +iframe#viewer { + display: none; +} + #viewer { padding-left: var(--panel-width); } -- GitLab