Fix contextmenu in drive

pull/1/head
yflory 2021-02-09 12:41:38 +01:00
parent cdb2ca65b3
commit b85159d111
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
& {
.cp-contextmenu {
display: none;
position: absolute;
position: absolute !important;
z-index: 50000;
& > ul {
border: 1px solid @cp_context-border;