mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 22:27:15 +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 {
|
div#content {
|
||||||
float: left;
|
float: left;
|
||||||
min-height: 450px;
|
min-height: 450px;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
div#content.reports {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
div.universal {
|
div.universal {
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
width: 502px;
|
width: 502px;
|
||||||
@@ -9084,4 +9087,8 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
|
|||||||
#Frame {
|
#Frame {
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reports table {
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user