Fix(overflow option over sticky head issue)

This commit is contained in:
shakti97 2020-04-25 04:09:56 +05:30
parent 33db5fb1ef
commit da1b06b6b2
1 changed files with 1 additions and 0 deletions

View File

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