chore(richtext-lexical): Slash Menu: Don't show scroll bar if not needed (#4432)

This commit is contained in:
Alessio Gravili
2023-12-09 15:07:33 +01:00
committed by GitHub
parent 8299436554
commit b70c8ff6b8

View File

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