Skip to content

Commit

Permalink
Allow !important
Browse files Browse the repository at this point in the history
This wasn't added by this change, only refactored.
  • Loading branch information
JamieB-gu committed Nov 22, 2024
1 parent bafc352 commit 35e0b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/layouts/lib/stickiness.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const bannerWrapper = css`
/* stylelint-disable-next-line declaration-no-important */
position: fixed !important;
bottom: 0;
/* stylelint-disable-next-line declaration-no-important */
z-index: ${getZIndex('banner')} !important;
max-height: 90vh;
overflow: auto;
Expand Down

0 comments on commit 35e0b35

Please sign in to comment.