mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +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;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 12rem;
|
width: 12rem;
|
||||||
z-index: 10000;
|
z-index: 10000 !important;
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
|
|
||||||
padding: $small;
|
padding: $small;
|
||||||
@@ -158,7 +158,6 @@ const context = useContextStore();
|
|||||||
|
|
||||||
.context-menu-visible {
|
.context-menu-visible {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transition: transform 0.2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-normalizedX {
|
.context-normalizedX {
|
||||||
|
|||||||
Reference in New Issue
Block a user