summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css')
-rwxr-xr-xStoneIsland/www/css/index.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index 88022823..9204d94d 100755
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -54,10 +54,15 @@ a, a:visited {
to {-webkit-transform: rotate(360deg)}
}
-.scroll {
+.iscroll .scroll {
position: absolute;
width: 100%;
}
+.vscroll .scroll {
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+}
.error_hilite {
color: red !important;