fix position for sub-menus with actor

fixes ed5bb51726
This commit is contained in:
Rigel Kent 2020-07-23 21:32:18 +02:00
parent 2e2e4cf426
commit e13d7ae45c
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 2 additions and 0 deletions

View File

@ -524,6 +524,8 @@
}
@mixin sub-menu-with-actor {
position: initial;
z-index: unset;
height: max-content;
display: flex;
flex-direction: column;