diff options
Diffstat (limited to 'viewer')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index bcd2249..a7af48c 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -156,15 +156,5 @@ html { | |||
156 | background-color: $content-bgcolor; | 156 | background-color: $content-bgcolor; |
157 | } | 157 | } |
158 | } | 158 | } |
159 | |||
160 | // TODO: Remove when #21 (remove explicit navigation/search modes) is resolved | ||
161 | // Forced at the bottom right corner so we can continue working on the sidebar without interference | ||
162 | .tmp-mode-selector { | ||
163 | position: absolute; | ||
164 | bottom: 0; | ||
165 | right: 0; | ||
166 | z-index: 100; | ||
167 | opacity: 0.75; | ||
168 | } | ||
169 | // ===== | 159 | // ===== |
170 | </style> | 160 | </style> |