mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Fix Vertical scroll inside the action menu works badly with nested menu
This commit is contained in:
parent
151421c8db
commit
190e022c29
1 changed files with 4 additions and 7 deletions
|
@ -62,14 +62,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.submenu-icon {
|
||||
position: absolute;
|
||||
right: $s-16;
|
||||
svg {
|
||||
.submenu-icon svg {
|
||||
@extend .button-icon-small;
|
||||
stroke: var(--menu-foreground-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--menu-background-color-hover);
|
||||
.title {
|
||||
|
|
Loading…
Add table
Reference in a new issue