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 a191403 commit e1afcfeCopy full SHA for e1afcfe
site/less/article.less
@@ -1,5 +1,6 @@
1
body > main > article {
2
- overflow: scroll;
+ overflow-x: auto;
3
+ overflow-y: scroll;
4
padding-bottom: 4rem;
5
ul {
6
padding-inline-start: 2rem;
site/less/layout.less
@@ -36,23 +36,23 @@ body {
36
> nav {
37
display: none;
38
width: 16rem;
39
+ overflow: auto;
40
margin-left: 1rem;
41
}
42
> article {
43
flex: 1;
44
padding: 0 1rem;
45
min-width: 100vw;
46
max-width: 50rem;
47
48
&#home {
49
max-width: 84rem;
50
51
52
> aside {
53
54
55
56
margin-right: 1rem;
57
58
0 commit comments