View Single Post
Old 01-21-2024, 05:55 AM   #6
chantsing
Member
chantsing began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2024
Device: window
Quote:
Originally Posted by kovidgoyal View Post
There is no way to get the viewer to do that, I'm afraid. It might work with using the following CSS in the viewer settings, but Ihavent tested it

Code:
aside { display: none }
.calibre-footnote-container aside { display: block }
I just test the CSS code, But it not works well. When i toggle it, it popups all contents of this chapter, instead of the footnote which it should be.

and i test the following CSS which discart aside,
.calibre-footnote-container { display: block }

The effect is same as the CSS you provide:
.calibre-footnote-container aside { display: block }

It is so closed to the answer,So, what's wrong?
Please help me, I will appreciate you so much
chantsing is offline   Reply With Quote