Improved overflow behaviour
Signed-off-by: WolverinDEV <git@teaspeak.de>
This commit is contained in:
parent
473bf925b7
commit
b0adcb3c5d
1 changed files with 14 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
|
margin-right: .5em;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -36,7 +37,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hostbanner {
|
.container-top {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
@ -59,6 +60,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-body {
|
||||||
|
flex-shrink: 1;
|
||||||
|
min-height: 12em; /* 10em + 2 * 1em margin */
|
||||||
|
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
|
@include chat-scrollbar-vertical();
|
||||||
|
}
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -220,6 +230,9 @@
|
||||||
.container-buttons {
|
.container-buttons {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
|
||||||
|
flex-grow: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Add table
Reference in a new issue