diff options
| -rw-r--r-- | src/App.svelte | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/App.svelte b/src/App.svelte index d2765c4..a9084c4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -46,7 +46,8 @@ border-bottom-color: rgb(148 163 184); border-bottom-width: 4px; text-align: center; - height: 10%; + /* height: 9%; */ + height: 10vh; overflow: hidden; flex: none; } @@ -55,7 +56,7 @@ /* flex-direction: row; */ flex: 1 1 auto; overflow-y: auto; - /* height: 100%; */ + height: 100%; } } </style> |
