Skip to content

Commit

Permalink
fix(mobile): avoid action bar vscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 12, 2023
1 parent 845355d commit f78d165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/frontend/mobile/index.css
Expand Up @@ -35,6 +35,7 @@
border-radius: 10px;
background-color: var(--ls-secondary-background-color);
overflow-x: overlay;
overflow-y: hidden;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(27, 31, 35, 0.10) 0px 0px 0px 1px;
z-index: 100;

Expand Down

0 comments on commit f78d165

Please sign in to comment.