fix: remove borders for iframe on lesson form

This commit is contained in:
Jannat Patel
2025-04-28 11:16:04 +05:30
parent e34df2ce95
commit f220438257

View File

@@ -662,8 +662,7 @@ usePageMeta(() => {
} }
iframe { iframe {
border-top: 3px solid theme('colors.gray.700'); border: none !important;
border-bottom: 3px solid theme('colors.gray.700');
} }
.tc-table { .tc-table {