mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:36:22 +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 {
|
.ProseMirror-menubar {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: transparent;
|
background-color: var(--foreground);
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
.ProseMirror-menu-active {
|
.ProseMirror-menu-active {
|
||||||
|
|
Loading…
Reference in a new issue