mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 12:15:16 +01:00
🐛 Fixed the issue that the gutters of attribute view overlapped with layout resize bar (#9772)
This commit is contained in:
parent
d3277285e8
commit
27ffdc45d7
4 changed files with 13 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue