1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Patch 2.0.5 (#88)

Fixed context menu position on scrolling
This commit is contained in:
2021-09-17 15:40:35 +03:00
committed by GitHub
parent 9c734f7495
commit aa6e88146b
4 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -209,7 +209,8 @@
.collectionSet > .header > div > nav
{
width: 250px;
right: 60px;
right: 0px;
top: 35px;
}
/* Tabs collection */
+5
View File
@@ -73,6 +73,11 @@
}
/* Context menus style */
.tabsAside .contextContainer
{
position: relative;
}
.tabsAside nav
{
user-select: none;