Fix scrolling for text viewer
This commit is contained in:
@@ -87,6 +87,7 @@ body{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
transition: left 1s, top 1.5s;
|
transition: left 1s, top 1.5s;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toolbars */
|
/* Toolbars */
|
||||||
@@ -148,8 +149,6 @@ body{
|
|||||||
.text-container{
|
.text-container{
|
||||||
background: #333 none;
|
background: #333 none;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: auto;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Reference in New Issue
Block a user