From 0261ee59c47c4a940cd41b526bd891a97c02a6dd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Sep 2019 18:14:43 +0200 Subject: ditching iscroll --- StoneIsland/www/css/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'StoneIsland/www/css/index.css') 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; -- cgit v1.2.3-70-g09d2