Allowing selection in private notes.

This commit is contained in:
Samuel Clay 2020-07-16 16:24:27 -04:00
parent 5f569ade71
commit 0e09e46606

View file

@ -3960,11 +3960,11 @@ body {
overflow: hidden;
display: none;
}
.NB-sideoption-save-wrapper ::-moz-selection {
.NB-sideoption-save-tag ::-moz-selection {
background: transparent;
}
.NB-sideoption-save-wrapper ::selection {
.NB-sideoption-save-tag ::selection {
background: transparent;
}