Use CSS class to hide elements
This commit is contained in:
parent
dfa70a56b5
commit
b5af659f79
3 changed files with 13 additions and 9 deletions
|
|
@ -10,6 +10,10 @@
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
body > div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue