mirror of https://github.com/Chocobozzz/PeerTube
Fix menu weird display issue on firefox
parent
e71e2d8a8f
commit
cc92203fe5
|
@ -344,6 +344,11 @@ my-actor-avatar {
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
width: calc(100% + 40px);
|
width: calc(100% + 40px);
|
||||||
|
|
||||||
|
// Prevent weird display issue on firefox when global style is not loaded yet
|
||||||
|
&:not(.show) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
|
|
Loading…
Reference in New Issue