Merge pull request #1411 from shakti97/Fix-index-issue

Fix(overflow option over sticky head issue)
This commit is contained in:
Cassie Tarakajian 2020-05-06 14:19:53 -04:00 committed by GitHub
commit d3117151ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
height: #{32 / $base-font-size}rem; height: #{32 / $base-font-size}rem;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1;
@include themify() { @include themify() {
background-color: getThemifyVariable('background-color'); background-color: getThemifyVariable('background-color');
} }