Fix the position of the pasted content menu when scrolling (#14834)

GitOrigin-RevId: df0a8290b7838b83e21676eb69924b11e51b38e6
This commit is contained in:
Alf Eaton 2023-09-14 13:18:31 +01:00 committed by Copybot
parent cf0dc6f132
commit ab47ac2c20
2 changed files with 2 additions and 1 deletions

View file

@ -85,7 +85,7 @@ export const PastedContentMenu: FC<{
show
onHide={() => setMenuOpen(false)}
animation={false}
container={view.dom}
container={view.scrollDOM}
containerPadding={0}
placement="bottom"
rootClose

View file

@ -113,6 +113,7 @@ export const pastedContent = StateField.define<{
flexDirection: 'column',
boxSizing: 'border-box',
fontSize: '14px',
fontFamily: '"Lato", sans-serif',
},
'.ol-cm-pasted-content-menu-item': {
border: 'none',