mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
remove context menu transtion
- to fix z-index issues
This commit is contained in:
committed by
Mungai Geoffrey
parent
40fcbfd576
commit
1eb7c5d396
@@ -57,7 +57,7 @@ const context = useContextStore();
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 12rem;
|
||||
z-index: 10000;
|
||||
z-index: 10000 !important;
|
||||
transform: scale(0);
|
||||
|
||||
padding: $small;
|
||||
@@ -158,7 +158,6 @@ const context = useContextStore();
|
||||
|
||||
.context-menu-visible {
|
||||
transform: scale(1);
|
||||
transition: transform 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.context-normalizedX {
|
||||
|
||||
Reference in New Issue
Block a user