fix tab cutoff
This commit is contained in:
parent
951dc87c09
commit
ad13f2417f
1 changed files with 2 additions and 1 deletions
|
|
@ -65,8 +65,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content-wrapper {
|
.tab-content-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
&.-hidden {
|
&.-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue