mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Fixed bug where position:absolute applied to unwanted elements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user