Fixed bug where position:absolute applied to unwanted elements

This commit is contained in:
Alec Maier
2019-09-17 12:40:28 -04:00
committed by GitHub
parent 50f7dd14f9
commit 3a1f35cea4

View File

@@ -510,7 +510,7 @@ button {
margin-right: 0.5em !important;
}
#create-game-container, #lobby-container, #join-game-container, #game-container, #launch, #message-box {
#create-game-container, #join-game-container {
position: absolute;
left: 0;
top: 0;