1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Fix scrollbar jumps when content is higher than screen (#2237)

This commit is contained in:
Paweł Kuna
2025-03-26 00:05:28 +01:00
committed by GitHub
parent d61cddb3d6
commit e14e4921b5
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix scrollbar jumps when content is higher than screen
+4
View File
@@ -3,6 +3,10 @@
font-size: 16px; font-size: 16px;
height: 100%; height: 100%;
@include media-breakpoint-up(lg) {
margin-left: calc(100vw - 100%);
margin-right: 0;
}
} }
:root, :root,