mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: enabling scrolling only for reports, not for all content
This commit is contained in:
@@ -44,9 +44,12 @@ div#mid {
|
||||
div#content {
|
||||
float: left;
|
||||
min-height: 450px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
div#content.reports {
|
||||
overflow: auto;
|
||||
}
|
||||
div.universal {
|
||||
padding: 0 25px;
|
||||
width: 502px;
|
||||
@@ -9084,4 +9087,8 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
|
||||
#Frame {
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.reports table {
|
||||
width: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user