mantener el color de fondo al scrollear

This commit is contained in:
f 2020-05-29 13:38:18 -03:00
parent 0e6f62293f
commit 1086a51306

View file

@ -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 {