feat: sets z-index on the fixed menu to make it overlay other elements inside the editor

This commit is contained in:
Jacob Overgaard
2024-09-26 14:26:30 +02:00
parent e07718c2b6
commit 20eaf2a193

View File

@@ -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]) {