mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-31 17:45:22 +01:00
refs #3292 Fix z-index for knob and image modal
This commit is contained in:
parent
60162bdd46
commit
0defc37ad1
@ -111,7 +111,7 @@ export default defineComponent({
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
right: calc(var(--current-sidebar-width) - 8px);
|
||||
z-index: 1000;
|
||||
z-index: 1;
|
||||
border-radius: 0 8px 8px 0;
|
||||
cursor: col-resize;
|
||||
text-align: center;
|
||||
|
@ -87,6 +87,7 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
outline: 0;
|
||||
z-index: 2;
|
||||
|
||||
.image-header {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user