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
+5
View File
@@ -1,3 +1,8 @@
## v0.17.3-WIP
- Always reserve space for the scrollbar to reduce the layout shifts in the Admin UI table records listing due to the deprecated `overflow: overlay`.
## v0.17.2
- Soft-deprecated `$http.send({ data: object, ... })` in favour of `$http.send({ body: rawString, ... })`