Skip to content

Commit

Permalink
Merge pull request #15514 from kraktus/profile_menu_overflow
Browse files Browse the repository at this point in the history
Profile, fix dropdown button covering others when screen too narrow
  • Loading branch information
ornicar committed Jun 16, 2024
2 parents 6e2ae91 + 89710b0 commit 9370c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/bits/css/user/_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

.number-menu {
flex: 0 1 auto;
overflow: hidden;
overflow-x: auto;
margin: 0 0 0.2em 1em;
}

Expand Down

0 comments on commit 9370c8a

Please sign in to comment.