mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-18 15:20:22 -05:00
taskbar is placed *above* content using a `padding-top: 3em;` rule Currently, in regular case, padding-top is too large and leaves ~4/5px between the taskbar and the content. This fixes it by using a `calc()` rule to eliminate this extra space