1
0
Fork 0
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:
Chocobozzz 2022-06-10 12:06:12 +02:00
parent db66f3914b
commit 60d3601371
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 16 additions and 4 deletions

View file

@ -7,6 +7,9 @@
.list-overflow-parent {
overflow: hidden;
display: flex;
// For the menu icon
max-width: calc(100vw - 30px);
}
.list-overflow-menu {