Fix scrolling for text viewer

This commit is contained in:
Wim Brand
2019-07-18 10:37:57 +02:00
parent 054389eb11
commit f71270a3c6

View File

@@ -87,6 +87,7 @@ body{
text-align: center;
vertical-align: middle;
transition: left 1s, top 1.5s;
overflow: auto;
}
/* Toolbars */
@@ -148,8 +149,6 @@ body{
.text-container{
background: #333 none;
position: relative;
overflow-y: scroll;
overflow-x: auto;
text-align: left;
top: 0;
bottom: 0;