CodeHike and Details tag #340
Unanswered
rabbitxtech
asked this question in
Q&A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When i nest code blocks into details tag, it doesn't seem to work on firefox, safari but still works on chrome,
On chrome when i add
.markdown-body details:not([open]) > *:not(summary) {
display: none !important;
}
into css file, it's also not working
how can i fix this problem ?
All reactions