Skip to content

Commit 7dce561

Browse files
committed
feat: Styles necessary to handle the old top Progress navigation bar removed
1 parent 41a56cb commit 7dce561

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_assets/css/_styles.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,7 @@ span.all-components-expanded-icon {
32283228
nav.TK-Nav {
32293229
position: sticky;
32303230
position: -webkit-sticky;
3231-
top: -40px;
3231+
top: 0;
32323232
transform: translateZ(0);
32333233
-webkit-transform: translateZ(0);
32343234
}
@@ -3252,6 +3252,10 @@ span.all-components-expanded-icon {
32523252
display: none;
32533253
}
32543254

3255+
.scroll & {
3256+
display: none;
3257+
}
3258+
32553259
.main-menu {
32563260
float: right;
32573261
position: relative;

0 commit comments

Comments
 (0)