Skip to content

Commit 11449c9

Browse files
committed
Fixes umbraco#19086 by making top position a variable
1 parent 6455f96 commit 11449c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class UmbTiptapToolbarElement extends UmbLitElement {
108108
flex-direction: column;
109109
110110
position: sticky;
111-
top: -25px;
111+
top: var(--umb-tiptap-top,-25px);
112112
left: 0;
113113
right: 0;
114114
padding: var(--uui-size-3);

0 commit comments

Comments
 (0)