1
0
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:
AkiraFukushima 2022-07-10 12:25:40 +09:00
parent 60162bdd46
commit 0defc37ad1
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -87,6 +87,7 @@ export default defineComponent({
width: 100%;
height: 100%;
outline: 0;
z-index: 2;
.image-header {
width: 100%;