diff options
author | Zéro~Informatique | 2022-09-03 04:41:03 +0200 |
---|---|---|
committer | Zéro~Informatique | 2022-09-03 04:41:03 +0200 |
commit | e704198437fb589ec8c954d12700d2a1f911522c (patch) | |
tree | 2413a96880367c55e7f736e902bf2944d90ef0ec /viewer/src/views/MainLayout.vue | |
parent | a8452594c6571e8003baa2aca14747eeeee08152 (diff) | |
download | ldgallery-e704198437fb589ec8c954d12700d2a1f911522c.tar.gz |
viewer: refactoring for tag and sort dropdowns
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-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 9c84116..d8b3300 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -103,6 +103,7 @@ function validateSpashScreen() { | |||
103 | overflow: hidden; | 103 | overflow: hidden; |
104 | touch-action: none; | 104 | touch-action: none; |
105 | background-color: $content-bgcolor; | 105 | background-color: $content-bgcolor; |
106 | margin: 0; | ||
106 | } | 107 | } |
107 | .layout { | 108 | .layout { |
108 | position: fixed; | 109 | position: fixed; |