fix: allow scrolling on tutorials index page
This commit is contained in:
parent
82efaf6d59
commit
8f4fd77d79
1 changed files with 1 additions and 4 deletions
|
|
@ -38,12 +38,9 @@
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html {
|
||||||
body,
|
|
||||||
#__next {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue