From f5e39a69292fc23c0128d5ba810fa1362f635bf7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 4 Oct 2016 01:34:58 -0600 Subject: [PATCH] Fix sideways scroll on place screen --- www/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/main.css b/www/css/main.css index dcc0a86..d93f592 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -278,6 +278,7 @@ body { .scrollable-box { overflow-y: auto; + overflow-x: hidden; } #player-name { @@ -350,9 +351,8 @@ body { } #place-refresh { - position: fixed; + position: absolute; right: 20px; - margin-top: 2px; } #user-health-place-bar {