Skip to content

Commit 118b6e7

Browse files
committed
fix: remove redundant code
Signed-off-by: Bharath Valaboju <69413757+Bharath314@users.noreply.github.com>
1 parent 64bd9d5 commit 118b6e7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,9 @@ a:not([href]):not([class]):hover {
237237
margin-top: 0;
238238
overflow-x: hidden;
239239
&__inner {
240-
order: 0;
241-
242240
@include media-breakpoint-up(md) {
243241
@supports (position: sticky) {
244242
position: static;
245-
top: 0;
246-
z-index: 10;
247243
}
248244
}
249245
}
@@ -270,13 +266,6 @@ a:not([href]):not([class]):hover {
270266
overflow: hidden;
271267
padding: 0px;
272268

273-
@include media-breakpoint-up(md) {
274-
@supports (position: sticky) {
275-
max-height: $_max-height;
276-
overflow-y: hidden;
277-
}
278-
}
279-
280269
&__section-title {
281270
a {
282271
color: $gray-400;

0 commit comments

Comments
 (0)