Fix sideways scroll on place screen
This commit is contained in:
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 {
|
||||||
|
Reference in New Issue
Block a user