initial commit
This commit is contained in:
commit
91694af3e9
37 changed files with 5475 additions and 0 deletions
16
scss/components/_apps.scss
Normal file
16
scss/components/_apps.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
.window-content {
|
||||
overflow-y: hidden;
|
||||
padding: 5px;
|
||||
|
||||
form {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tab {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
align-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue