From bb50cd8e6c7643f696a9ae038a207d1c98ef0b14 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 29 Jan 2020 06:18:46 +0100 Subject: viewer: fixed the body's background color (it was white, and could be seen during fullscreen resize animation) --- viewer/src/views/MainLayout.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/src/views/MainLayout.vue') diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index de6f8af..1528e64 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue @@ -70,6 +70,7 @@ body, html { height: 100%; overflow: hidden; + background-color: $content-bgcolor; --layout-top: #{$layout-top}; --layout-left: #{$layout-left}; } -- cgit v1.2.3