[lexical-playground] Bug Fix: LexicalTypeaheadMenuPlugin Positioning When Scrolled (#7506)

This commit is contained in:
AashishRichhariya
2025-05-03 22:10:22 +05:30
committed by GitHub
parent 4fc703fd28
commit a51b69d2b0

View File

@ -263,7 +263,7 @@ pre::-webkit-scrollbar-thumb {
background: #fff; background: #fff;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
border-radius: 8px; border-radius: 8px;
position: fixed; position: relative;
} }
.typeahead-popover ul { .typeahead-popover ul {