mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:51:41 +00:00
mantener el color de fondo al scrollear
This commit is contained in:
parent
0e6f62293f
commit
1086a51306
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ svg {
|
|||
.ProseMirror-menubar {
|
||||
min-height: 32px;
|
||||
color: black;
|
||||
background-color: transparent;
|
||||
background-color: var(--foreground);
|
||||
border: none;
|
||||
|
||||
.ProseMirror-menu-active {
|
||||
|
|
Loading…
Reference in a new issue