Tab switcher

This commit is contained in:
Max Lynch
2020-12-20 23:45:08 -06:00
parent 8b2df11c87
commit e8324428bf
8 changed files with 46 additions and 19 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
body {
overflow: hidden;
}
height: 100vh;
width: 100vw;
}
#__next {
height: 100vh;
width: 100vw;
}