chore(richtext-lexical): Slash Menu: Don't show scroll bar if not needed (#4432)
This commit is contained in:
@@ -14,7 +14,7 @@ html[data-theme='light'] {
|
||||
list-style: none;
|
||||
font-family: var(--font-body);
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
z-index: 10;
|
||||
position: absolute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user