fix scroll on mobile
This commit is contained in:
parent
c7c3fa1906
commit
65520644ee
@ -67,6 +67,18 @@
|
|||||||
body.with-sidebar {
|
body.with-sidebar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-content-area {
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main-content {
|
||||||
|
flex: 1;
|
||||||
|
overflow-y: auto;
|
||||||
|
-webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar h2 {
|
.sidebar h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user