use scrollbar-gutter to minimize the table records listing layout shifts

This commit is contained in:
Gani Georgiev
2023-08-06 21:44:26 +03:00
parent 5e84305922
commit 6c8f2d2cd6
33 changed files with 45 additions and 40 deletions
+2 -2
View File
@@ -342,8 +342,8 @@
flex-grow: 1;
width: 100%;
overflow-x: hidden;
overflow-y: auto; // fallback
overflow-y: overlay;
overflow-y: auto;
scrollbar-gutter: stable;
scroll-behavior: smooth;
.overlay-active & {
overflow-y: hidden; // prevent double scrollbar