We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5117de commit 3701d5bCopy full SHA for 3701d5b
css/main.css
@@ -40,10 +40,11 @@ body {
40
41
.navbar {
42
float: left;
43
+ position: -webkit-sticky;
44
position: sticky;
45
top: 0;
- overflow-y: scroll;
46
text-align: left;
47
+ height: fit-content;
48
width: 15em;
49
padding: 2em;
50
}
@@ -80,9 +81,7 @@ body {
80
81
display: -ms-flexbox;
82
display: flex;
83
margin: 0 auto;
- max-height: 100vh;
84
- overflow-x: hidden;
85
+ width: 100%;
86
justify-content: center;
87
88
@@ -93,7 +92,6 @@ body {
93
92
-webkit-flex-direction: column;
94
-ms-flex-direction: column;
95
flex-direction: column;
96
- max-height: fit-content;
97
98
.site {
99
-webkit-box-ordinal-group: 3;
0 commit comments