feat: sets z-index on the fixed menu to make it overlay other elements inside the editor
This commit is contained in:
@@ -52,6 +52,7 @@ export class UmbTiptapFixedMenuElement extends UmbLitElement {
|
||||
right: 0px;
|
||||
padding: var(--uui-size-space-3);
|
||||
align-items: center;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
:host([readonly]) {
|
||||
|
||||
Reference in New Issue
Block a user