mirror of https://github.com/Chocobozzz/PeerTube
Fix menu overflow on mobile screens
parent
307902e2b3
commit
185a4abd23
|
@ -16,7 +16,7 @@ menu {
|
|||
height: 100%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
color: var(--menuForegroundColor);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue