[langref] List of system tables looks incorrectly
dmitry-lipetsk opened this issue · 4 comments
dmitry-lipetsk commented
mrotteveel commented
Thanks, I'm aware of the problem, but I haven't found a solution yet. It has something to do with the font-loading or font-size and the script building the navigation calculating a wrong size somewhere. To be honest, I didn't find it important enough to invest a lot of time and energy in.
I'm happy to accept a PR with a fix.
Norpa commented
#tocbot .is-collapsible {
/* max-height: 1000px; */
overflow: hidden;
}
:-)
mrotteveel commented
@Norpa Thanks. That goes to show what level my CSS knowledge is :)
mrotteveel commented
Fix will be deployed with the next release of a language reference. I don't think the other manuals are affected, but otherwise I'll redeploy them as well if I hear about it.
Thanks @dmitry-lipetsk for reporting and @Norpa for this fix/
