Skip to content

Commit

Permalink
Fix table of contents sidebar overlapping with EthicalAds placement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage authored Oct 31, 2024
1 parent 908db73 commit 4d642a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,19 @@ $grid-gutter-width: 40px;
// --------------------------------------------------

$medium-width: 768px;

// --------------------------------------------------
// Z-index
// https://getbootstrap.com/docs/4.6/layout/overview/#z-index
// Lower the default z-index values to avoid conflicts with EthicalAds placement
// on readthedocs.org.
// See also: https://github.com/readthedocs/ethical-ad-client/pull/196
// --------------------------------------------------

$zindex-dropdown: 10;
$zindex-sticky: 20;
$zindex-fixed: 30;
$zindex-modal-backdrop: 40;
$zindex-modal: 50;
$zindex-popover: 60;
$zindex-tooltip: 70;

0 comments on commit 4d642a5

Please sign in to comment.