From aa6e88146b943451c80a85354dba3b30a939baeb Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Fri, 17 Sep 2021 15:40:35 +0300 Subject: [PATCH] Patch 2.0.5 (#88) Fixed context menu position on scrolling --- css/style.css | 3 ++- css/style.generic.css | 5 +++++ js/aside-script.js | 2 +- manifest.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c594801..ff7acee 100644 --- a/css/style.css +++ b/css/style.css @@ -209,7 +209,8 @@ .collectionSet > .header > div > nav { width: 250px; - right: 60px; + right: 0px; + top: 35px; } /* Tabs collection */ diff --git a/css/style.generic.css b/css/style.generic.css index 6675176..29512fb 100644 --- a/css/style.generic.css +++ b/css/style.generic.css @@ -73,6 +73,11 @@ } /* Context menus style */ +.tabsAside .contextContainer +{ + position: relative; +} + .tabsAside nav { user-select: none; diff --git a/js/aside-script.js b/js/aside-script.js index 5ca8f4c..2609d0c 100644 --- a/js/aside-script.js +++ b/js/aside-script.js @@ -266,7 +266,7 @@ function AddCollection(collection, thumbnails) "
" + "" + "Restore tabs" + - "
" + + "
" + "" + "