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:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix scrollbar jumps when content is higher than screen
|
||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user