Browse Source

Avoids scrollbars when Home view is super narrow

main
Eric Amodio 2 years ago
parent
commit
e4ba073dda
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/home/home.scss

+ 1
- 0
src/webviews/apps/home/home.scss View File

@ -123,6 +123,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.4rem; gap: 0.4rem;
overflow: hidden;
&__header { &__header {
flex: none; flex: none;

Loading…
Cancel
Save