mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix list overflow
This commit is contained in:
parent
db66f3914b
commit
60d3601371
3 changed files with 16 additions and 4 deletions
|
@ -7,6 +7,9 @@
|
|||
|
||||
.list-overflow-parent {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
// For the menu icon
|
||||
max-width: calc(100vw - 30px);
|
||||
}
|
||||
|
||||
.list-overflow-menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue