Skip to content

Commit

Permalink
Merge pull request #799 from USEPA/EPAD8-1857-scrollbar-no-js
Browse files Browse the repository at this point in the history
[EPAD8-1857] - Hero Slideshow isn’t full-width when JS is disabled
  • Loading branch information
azinck authored Nov 14, 2022
2 parents 4c89006 + 2e1bcb2 commit 33194a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
@use '../00-config' as *;

:root {
--scrollbar-width: 0;
/* stylelint-disable-next-line length-zero-no-unit */
--scrollbar-width: 0px;
}

.u-full-width {
Expand Down

0 comments on commit 33194a4

Please sign in to comment.