mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 23:26:16 +08:00
[lexical-playground] Bug Fix: LexicalTypeaheadMenuPlugin Positioning When Scrolled (#7506)
This commit is contained in:

committed by
GitHub

parent
4fc703fd28
commit
a51b69d2b0
@ -263,7 +263,7 @@ pre::-webkit-scrollbar-thumb {
|
||||
background: #fff;
|
||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 8px;
|
||||
position: fixed;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.typeahead-popover ul {
|
||||
|
Reference in New Issue
Block a user