mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-16 21:22:00 +00:00
Close button sticky in every modal
This commit is contained in:
@@ -91,6 +91,9 @@ export class HostLobbyModal extends LitElement {
|
||||
}
|
||||
|
||||
.close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user