15 lines
302 B
CSS
15 lines
302 B
CSS
/*
|
|
* To narrow the separator height for class members.
|
|
*/
|
|
td.memSeparator {
|
|
display: none !important;
|
|
}
|
|
|
|
/*
|
|
* With Doxygen 1.9.8, some page contents are hidden by the ToC after scrolling.
|
|
* To workaround, ToC position is changed to"relative".
|
|
*/
|
|
div.toc {
|
|
position: relative !important;
|
|
}
|