fix: gap on mobile devices when scrolling (#1157)

This commit is contained in:
Teimur Gasanov 2018-12-17 08:04:30 +06:00 committed by Endilie Yacop Sucipto
parent 0a5cf8ffb2
commit 28700a94a9

View file

@ -724,6 +724,7 @@ blockquote {
position: fixed;
width: 100%;
z-index: 9999;
transform: translate3d(0,0,0);
}
@media only screen and (min-width: 1024px) {