Tab Selector for different Data Visualisations
This commit is contained in:
parent
f23c9dc0f1
commit
6130b331e6
6 changed files with 99 additions and 6 deletions
app
|
@ -83,3 +83,10 @@ main {
|
|||
height: calc(100vh - 30px);
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* DEBUG */
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
Reference in a new issue