fix(app-detail): enhance tab functionality, hide documentation and support tabs in marketplace

This commit is contained in:
ntohidi
2025-10-26 11:21:29 +01:00
parent 4df83893ac
commit 46ef1116c4
3 changed files with 21 additions and 14 deletions

View File

@@ -278,12 +278,12 @@
}
.tab-content {
display: none;
display: none !important;
padding: 2rem;
}
.tab-content.active {
display: block;
display: block !important;
}
/* Overview Layout */