mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 10:46:23 +00:00
Fixed padding of view area in smaller screen
This commit is contained in:
parent
2b57b1849f
commit
2493c8f986
@ -63,6 +63,12 @@ body {
|
|||||||
/*overflow-y: scroll;*/
|
/*overflow-y: scroll;*/
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.ui-view-area {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.ui-scrollable {
|
.ui-scrollable {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user