From 8d543ab94d3678728466d3627e0d419ec00f3010 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 29 Jan 2020 04:53:35 +0100 Subject: viewer: finalized the thumbnails view layouts. implemented thumbnails lazy-loading --- viewer/src/views/MainLayout.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/src/views/MainLayout.vue') diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 5308205..de6f8af 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue @@ -21,7 +21,7 @@
- +
@@ -93,6 +93,7 @@ html { top: var(--layout-top); left: var(--layout-left); z-index: 3; + overflow-x: hidden; } } .fullscreen { -- cgit v1.2.3