diff --git a/aqt/toolbar.py b/aqt/toolbar.py index 019550231..ec065000c 100644 --- a/aqt/toolbar.py +++ b/aqt/toolbar.py @@ -17,6 +17,7 @@ class Toolbar: "stats": self._statsLinkHandler, "sync": self._syncLinkHandler, } + self.web.setFixedHeight(30) def onLoaded(self): self.web.evalWithCallback("$(document.body).height()", self.onHeight)