Merge pull request #3484 from h3poteto/iss-3292

refs #3292 Fix z-index for knob and image modal
This commit is contained in:
AkiraFukushima 2022-07-10 12:51:57 +09:00 committed by GitHub
commit a34b050268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%;