Remove overflow for html and body in readtheorg

This commit is contained in:
NethumL 2022-03-10 17:27:57 +05:30 committed by Fabrice Niessen
parent 8f265f1f8d
commit b1f262c53a
2 changed files with 0 additions and 4 deletions

View File

@ -47,7 +47,6 @@ html{
-webkit-text-size-adjust:100%;
font-size:100%;
height:100%;
overflow-x:hidden;
}
body{
@ -57,7 +56,6 @@ body{
font-weight:normal;
margin:0;
min-height:100%;
overflow-x:hidden;
}
#content{

View File

@ -78,7 +78,6 @@ html{
-webkit-text-size-adjust:100%;
font-size:100%;
height:100%;
overflow-x:hidden;
}
body{
@ -88,7 +87,6 @@ body{
font-weight:normal;
margin:0;
min-height:100%;
overflow-x:hidden;
}
#content{