🐛 Fixed the issue that the gutters of attribute view overlapped with layout resize bar (#9772)

This commit is contained in:
Yingyi / 颖逸 2023-11-29 16:09:43 +08:00 committed by GitHub
parent d3277285e8
commit 27ffdc45d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 10 deletions

View file

@ -63,11 +63,8 @@
&__gutters {
@extend .protyle-gutters;
position: fixed;
top: 0;
left: -44px;
opacity: 0;
display: flex;
display: none;
z-index: 2;
svg {
height: 25px;
@ -108,7 +105,7 @@
}
.av__gutters {
opacity: 1;
display: flex;
}
}