Skip to content

Commit 58f7017

Browse files
fix (#31116)
1 parent 34349f7 commit 58f7017

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/styles/components/_tab-toggle.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ $tab-active-shadow: 0 -4px 12px rgba(99, 44, 166, 0.08);
193193
.card-body img {
194194
border: 0px solid $ddgray;
195195
}
196+
197+
.tab-pane {
198+
h3:before {
199+
margin-top: 0;
200+
height: 0;
201+
}
202+
}
196203
}
197204

198205
// Horizontal tab navigation container
@@ -413,7 +420,7 @@ $tab-active-shadow: 0 -4px 12px rgba(99, 44, 166, 0.08);
413420
position: relative;
414421
border-bottom: none;
415422
background: #fff;
416-
z-index: 2;
423+
z-index: 1;
417424
}
418425

419426
.code-tabs .nav-tabs::after,

0 commit comments

Comments
 (0)