Merge pull request #1411 from shakti97/Fix-index-issue
Fix(overflow option over sticky head issue)
This commit is contained in:
commit
d3117151ee
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue