Prevent scrollbar from appearing on bottom toolbar resize

This commit is contained in:
Matthias Metelka 2023-01-15 18:00:21 +01:00
parent 7327f77dec
commit cd9325f2d2

View file

@ -1,6 +1,10 @@
/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
body {
overflow: hidden;
}
#header {
border-bottom: 0;
margin-top: 0;