Skip to content
Snippets Groups Projects
Commit eb65bf97 authored by Saurav Kumar's avatar Saurav Kumar Committed by Sascha Eggenberger
Browse files

3477477-token browser overlap is fixed

parent 60ed0160
Branches
Tags
3 merge requests!571Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...,!562Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...,!5113477477-token browser overlap is fixed
Pipeline #372166 passed
......@@ -174,6 +174,11 @@
margin-block-end: var(--gin-spacing-s);
}
.ui-dialog.token-tree-dialog {
max-width: none;
z-index: 505;
}
.erl-overlay,
.layout-paragraphs-dialog {
position: fixed !important;
......
......@@ -167,6 +167,11 @@
margin-block-start: var(--gin-spacing-m);
margin-block-end: var(--gin-spacing-s);
}
&.token-tree-dialog {
max-width: none;
z-index: 505;
}
}
.erl-overlay,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment