diff options
author | Zero~Informatique | 2020-01-29 06:18:46 +0100 |
---|---|---|
committer | Notkea | 2020-01-29 21:59:12 +0100 |
commit | bb50cd8e6c7643f696a9ae038a207d1c98ef0b14 (patch) | |
tree | c8165ccb1cc9ec3f3ff6a0d6e9d47be2c4572c55 /viewer/src | |
parent | a5850bf8f2b2eb3cb9949c7855a7631b96f99249 (diff) | |
download | ldgallery-bb50cd8e6c7643f696a9ae038a207d1c98ef0b14.tar.gz |
viewer: fixed the body's background color (it was white, and could be seen during fullscreen resize animation)
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
70 | html { | 70 | html { |
71 | height: 100%; | 71 | height: 100%; |
72 | overflow: hidden; | 72 | overflow: hidden; |
73 | background-color: $content-bgcolor; | ||
73 | --layout-top: #{$layout-top}; | 74 | --layout-top: #{$layout-top}; |
74 | --layout-left: #{$layout-left}; | 75 | --layout-left: #{$layout-left}; |
75 | } | 76 | } |