Skip to content

Commit

Permalink
fix(clayui.com): Page navigation should be properly positioned in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 authored and bryceosterhaus committed May 19, 2020
1 parent 50286a3 commit 1f4a099
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions clayui.com/src/styles/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
display: flex;
flex-direction: column;
min-height: 100vh;
padding-top: 81px;
width: 100%;

@media (min-width: $screen-md) {
width: calc(100% - 320px);
}

@media (min-width: $screen-lg) {
padding: 0 0 0 2rem;
padding-left: 332px;
padding-top: 0;
}

.clay-site-container {
Expand All @@ -23,8 +21,8 @@
}

.sidenav-sticky.sidenav-menu-slider {
position: sticky;
top: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 11;

Expand Down

0 comments on commit 1f4a099

Please sign in to comment.