mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Absolute position on contextmenu
This commit is contained in:
@@ -2261,7 +2261,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
.context-menu-list {
|
.context-menu-list {
|
||||||
z-index: 999999999 !important;
|
z-index: 999999999 !important;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
background: #2d2d2d;
|
background: #2d2d2d;
|
||||||
border: 1px solid #2d2d2d;
|
border: 1px solid #2d2d2d;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|||||||
Reference in New Issue
Block a user