notes: clean up note visibility toggling.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
&.hide-notes .note-box {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div.note-body {
|
||||
position: absolute;
|
||||
border: var(--note-body-border);
|
||||
|
||||
Reference in New Issue
Block a user