Fix sideways scroll on place screen

master
Skylar Ittner 8 years ago
parent c56e7a8e80
commit f5e39a6929

@ -278,6 +278,7 @@ body {
.scrollable-box { .scrollable-box {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden;
} }
#player-name { #player-name {
@ -350,9 +351,8 @@ body {
} }
#place-refresh { #place-refresh {
position: fixed; position: absolute;
right: 20px; right: 20px;
margin-top: 2px;
} }
#user-health-place-bar { #user-health-place-bar {