From cd9325f2d2a5eae06cc1738887e4b7ea9fe03c8a Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Sun, 15 Jan 2023 18:00:21 +0100 Subject: [PATCH] Prevent scrollbar from appearing on bottom toolbar resize --- qt/aqt/data/web/css/toolbar-bottom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qt/aqt/data/web/css/toolbar-bottom.scss b/qt/aqt/data/web/css/toolbar-bottom.scss index 28e0f1f41..eb7fdb9c8 100644 --- a/qt/aqt/data/web/css/toolbar-bottom.scss +++ b/qt/aqt/data/web/css/toolbar-bottom.scss @@ -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;