Prima versione della web app BriefAI
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.app-shell {
|
||||
width: 100%;
|
||||
height: 100dvh;
|
||||
display: flex;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.app-shell > * {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user