improve scrolling / layout

This commit is contained in:
2023-05-17 07:24:26 +02:00
parent e11438c952
commit 0c4c7782e0
9 changed files with 17 additions and 18 deletions

View File

@@ -4,15 +4,18 @@
@import '@fontsource/source-sans-pro';
@import '@fontsource/source-sans-pro/300';
body,
body > div,
html {
height: 100%;
}
body {
min-height: 100%;
font-family: 'Source Sans Pro', sans-serif;
overflow-y: auto;
overflow-y: scroll;
@apply flex flex-col bg-gray-100;
#app {
@apply flex flex-grow flex-col;
}
}
.btn {