mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
fix: disable overlay scrolling
This commit is contained in:
parent
4f722c4655
commit
c5edeb163d
@ -21,7 +21,7 @@ if TYPE_CHECKING:
|
||||
|
||||
class ScrollableTree(Gtk.ScrolledWindow):
|
||||
def __init__(self, tree: "ServerTreeView") -> None:
|
||||
super().__init__()
|
||||
super().__init__(overlay_scrolling=False)
|
||||
|
||||
self.tree = tree
|
||||
self.add(tree)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user