diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-23 21:32:18 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-23 21:32:28 +0200 |
commit | e13d7ae45c4f30f0146edfba3674d8ef0eccac99 (patch) | |
tree | 7fe4c15d72ba6e847d56bb44912e37513a6a3cca /client/src/sass/include | |
parent | 2e2e4cf4266ab2fba1d15c801a31b5214579fb0c (diff) | |
download | PeerTube-e13d7ae45c4f30f0146edfba3674d8ef0eccac99.tar.gz PeerTube-e13d7ae45c4f30f0146edfba3674d8ef0eccac99.tar.zst PeerTube-e13d7ae45c4f30f0146edfba3674d8ef0eccac99.zip |
fix position for sub-menus with actor
fixes ed5bb517266c80904c44bf44a335f1003f5aa277
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index eec7b4a56..3471d694c 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -524,6 +524,8 @@ | |||
524 | } | 524 | } |
525 | 525 | ||
526 | @mixin sub-menu-with-actor { | 526 | @mixin sub-menu-with-actor { |
527 | position: initial; | ||
528 | z-index: unset; | ||
527 | height: max-content; | 529 | height: max-content; |
528 | display: flex; | 530 | display: flex; |
529 | flex-direction: column; | 531 | flex-direction: column; |