mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 21:12:11 +02:00
Fix #855: secondary menus truncated on narrow screens
This commit is contained in:
parent
353ac0818e
commit
f59e64ab9e
2 changed files with 2 additions and 0 deletions
1
changes/changelog.d/855.bugfix
Normal file
1
changes/changelog.d/855.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed secondary menus truncated on narrow screens (#855)
|
|
@ -126,6 +126,7 @@ body {
|
|||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
border: none;
|
||||
overflow-y: auto;
|
||||
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
|
||||
.ui.item {
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue