mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
This commit is contained in:
parent
e4c826e993
commit
f98066215d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
background-color: var(--b3-theme-background);
|
||||
position: absolute;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
z-index: 205;
|
||||
width: 60vw;
|
||||
word-break: break-word;
|
||||
border-radius: var(--b3-border-radius-b);
|
||||
|
|
@ -17,6 +16,7 @@
|
|||
|
||||
&--open {
|
||||
opacity: 1;
|
||||
z-index: 205;
|
||||
}
|
||||
|
||||
&--top {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue