Updated navigation.
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
margin-right: calc(-1 * (100vw - 100%));
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
|
||||
@@ -20,6 +15,7 @@ body {
|
||||
flex: 1;
|
||||
color: var(--font-color100);
|
||||
background: var(--base50);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -64,7 +60,8 @@ svg {
|
||||
#__next {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user