mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 09:34:32 +00:00
Merge pull request #154 from nwcubeok/close-button-sticky-modal
Close button sticky in every modal #150
This commit is contained in:
@@ -57,6 +57,9 @@ export class HelpModal extends LitElement {
|
||||
}
|
||||
|
||||
#helpModal .close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user