Rebuilding code block menus (#5569)
This commit is contained in:
@@ -149,7 +149,7 @@ const ContextMenu: React.FC<Props> = ({
|
||||
style={
|
||||
maxHeight && topAnchor
|
||||
? {
|
||||
maxHeight,
|
||||
maxHeight: `min(${maxHeight}px, 75vh)`,
|
||||
}
|
||||
: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user