fix stretch + default notes
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
@import '@fontsource/source-sans-pro/300';
|
||||
|
||||
html {
|
||||
height: stretch;
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
min-height: stretch;
|
||||
min-height: -webkit-fill-available;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
overflow-y: scroll;
|
||||
@apply flex flex-col bg-gray-100;
|
||||
|
||||
Reference in New Issue
Block a user