diff options
Diffstat (limited to 'StoneIsland/www/css/index.css')
| -rwxr-xr-x | StoneIsland/www/css/index.css | 7 |
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; |
