Skip to content

Commit

Permalink
frontend: fix vertical overflow of header buttons on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikks committed Nov 5, 2023
1 parent 156fc1f commit 13fe700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/app/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ a.mat-mdc-button {

height: 36px;
padding: 0;
overflow-y: auto;
overflow-x: auto;
overflow-y:hidden;

.mat-mdc-button {
flex: 1;
Expand Down

0 comments on commit 13fe700

Please sign in to comment.