mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed tree flickering issue on scroll. #5559
This commit is contained in:
@@ -19,6 +19,11 @@
|
|||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
scrollbar-gutter: stable;
|
||||||
|
overflow: overlay !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user