1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Removed scroll styling

This commit is contained in:
eldadfux 2019-08-25 11:29:09 +03:00
parent 7d4566e9ae
commit 44427539ae
2 changed files with 0 additions and 17 deletions

View file

@ -54,14 +54,7 @@ img[src=""] {
@import "comps/tabs";
@import "dependencies/prism";
html,
body {
height: 100%;
overflow: auto;
}
html {
height: 100%;
padding: 0;
margin: 0;
direction: @config-start-dir;
@ -70,14 +63,6 @@ html {
body {
margin: 0;
background: #f6f7f8 no-repeat fixed;
// @media @dark {
// background: #0c0c0c;
// }
// @media (prefers-color-scheme: dark) {
// background: red;
// }
}
main {

View file

@ -12,8 +12,6 @@
.func-padding-end(50px);
.func-padding-start(270px);
margin: 0;
//overflow: auto;
//-webkit-overflow-scrolling: touch;
color: #4b4b4b;
background: #eceff1;