Permanently Expand Notes Using Stylus
Asking for help on how to edit this to work after redesign:
/* THIS WORKED BEFORE REDESIGN */
div.notes div.content {
display: block !important;
height: auto !important;
overflow: visible !important;}
/* THIS IS A NEW TRY, BUT NOT FUNCTIONING */
.noted > .notes >.content {
display: block !important;
height: auto !important;
overflow: visible !important;}
-
Hmmm, that's lifted directly from WorkFlowy's print.css.. it's working for me on both producion and beta.
I also tried both of your examples and they work. You most likely have some other conflicting CSS that is the culprit.Correction: for me, your examples expand notes but they display over child bullets when expanded.
-
This actually works perfectly (the one you proposed). Have to admit that the problem was totally my mistake; I did not have the style properly applied to the workflowy domain.
The old examples sort of work, but as you noted, they display over the child bullets.
Thanks again for your help.
Please sign in to leave a comment.
Comments
4 comments