Lazily implemented help modal
This commit is contained in:
@@ -6,3 +6,17 @@
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#help {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: black;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#help table {
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user