I can add and show tabs with lazy loading and content management
This commit is contained in:
@@ -380,6 +380,16 @@
|
||||
|
||||
/* Tab Content Area */
|
||||
.mf-tab-content {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
border: 2px solid black;
|
||||
/*background-color: var(--color-base-100);*/
|
||||
/*padding: 1rem;*/
|
||||
/*border-top: 1px solid var(--color-border-primary);*/
|
||||
}
|
||||
|
||||
.mf-tab-content-wrapper {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
background-color: var(--color-base-100);
|
||||
@@ -395,4 +405,9 @@
|
||||
height: 100%;
|
||||
@apply text-base-content/50;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mf-vis {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user