1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fixed locomotive-scroll rendering glitch

This commit is contained in:
Deven Caron
2022-10-06 13:59:42 -04:00
parent f8f0a7779c
commit 05e631dbca

View File

@@ -54,6 +54,11 @@ html {
&.has-scroll-smooth {
overflow: hidden;
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
&.has-scroll-dragging {