0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 15:21:18 -05:00

🐛 Fix Vertical scroll inside the action menu works badly with nested menu

This commit is contained in:
Eva Marco 2024-03-19 13:56:58 +01:00 committed by Andrey Antukh
parent 151421c8db
commit 190e022c29

View file

@ -62,14 +62,11 @@
}
}
.submenu-icon {
position: absolute;
right: $s-16;
svg {
@extend .button-icon-small;
stroke: var(--menu-foreground-color);
}
.submenu-icon svg {
@extend .button-icon-small;
stroke: var(--menu-foreground-color);
}
&:hover {
background-color: var(--menu-background-color-hover);
.title {