mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00: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