mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 05:28:43 +00:00
🐛 Fix Vertical scroll inside the action menu works badly with nested menu
This commit is contained in:
parent
151421c8db
commit
190e022c29
@ -62,14 +62,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.submenu-icon {
|
.submenu-icon svg {
|
||||||
position: absolute;
|
@extend .button-icon-small;
|
||||||
right: $s-16;
|
stroke: var(--menu-foreground-color);
|
||||||
svg {
|
|
||||||
@extend .button-icon-small;
|
|
||||||
stroke: var(--menu-foreground-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--menu-background-color-hover);
|
background-color: var(--menu-background-color-hover);
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user