Skip to content

Commit

Permalink
Fixing the mobile horizontal scroll issue
Browse files Browse the repository at this point in the history
Hiding the buttons to the left and right on mobile
  • Loading branch information
andys8 authored and tomjaguarpaw committed Feb 3, 2023
1 parent a3e7ae6 commit 0a374cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/css/hl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4629,7 +4629,7 @@ pre .hs-keyglyph {
.glider,.glider-contain{margin:0 auto;position:relative;}
.glider,.glider-track{transform:translateZ(0)}
.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}
.glider-contain{width:100%}
.glider-contain{width:100%;overflow-x: hidden;}
.glider{overflow:auto;scrollbar-width: none; overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none; justify-content: space-between; display: flex;
align-items: flex-start;}
.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}
Expand Down

0 comments on commit 0a374cc

Please sign in to comment.