Minor layout fixes

This commit is contained in:
Ilja
2022-02-15 13:22:26 +02:00
parent e43eab7b72
commit a9280ef124
4 changed files with 31 additions and 13 deletions
+5 -8
View File
@@ -1,21 +1,18 @@
* {
box-sizing: border-box;
-ms-overflow-style: none;
scrollbar-width: none;
}
body,
html {
position: fixed;
height: calc(100vh - calc(100vh - 100%));
width: 100vw;
overflow: hidden;
::-webkit-scrollbar {
display: none;
}
.routeTransition {
width: 100%;
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.container {