Skip to content

Commit 664124a

Browse files
committed
(fix): fix static-top preview
1 parent 69fb4db commit 664124a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/scss/custom/_demo.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
margin: 0;
88
}
99

10-
@include media-breakpoint-down(sm) {
11-
.sticky-top {
12-
margin: -1.5rem -1.5rem 1rem;
13-
}
10+
.sticky-top {
11+
margin: -1.5rem -1.5rem 1rem !important;
1412
}
1513

1614
@include media-breakpoint-up(md) {
1715
.sticky-md-top {
1816
position: static;
19-
margin: -1.5rem -1.5rem 1rem;
17+
margin: -1.5rem -1.5rem 1rem !important;
2018
}
2119
}
2220

0 commit comments

Comments
 (0)