fix: tabs blocked by h3

pull/107/head
nevfy 2024-02-06 19:43:01 +04:00
parent 21508896dd
commit 23d317a711
1 changed files with 4 additions and 0 deletions

View File

@ -291,6 +291,10 @@ a.nav-link.sp-coming-soon::after {
z-index: 1;
}
.tab-body h3:before {
content: none;
}
.tab-content .tab-pane {
border: none !important;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);