menu.less: Align flyout caret position to active menu item indicator position

This commit is contained in:
Florian Strohmaier 2024-11-04 10:36:13 +01:00
parent 27866c63b7
commit 19d6cfdcc0

@ -264,12 +264,12 @@
border-left: 1px solid @gray-light;
content: "";
display: block;
height: 1.1em;
width: 1.1em;
height: calc(~"1em + 2px");
width: calc(~"1em + 2px");
position: absolute;
top: 1em;
left: -.6em;
z-index: -1;
top: calc(~"1em + 1px");
left: calc(~"-.5em - 2px");
z-index: 11;
}
&.bottom-up:after {