Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -153,6 +153,7 @@ export default {
margin-bottom: 20px;
padding: 10px;
border-radius: 0 0 5px 5px;
+ max-height: 100%;
.nothing-here {
margin-bottom: 10px;
@@ -138,7 +138,7 @@ export default {
width: 100%;
overflow: auto;
- height: inherit;
@@ -70,6 +70,7 @@ export default {
li {
margin-top: 10px;
@@ -92,6 +92,11 @@ export default {
top: 0;
position: absolute;
+ height: calc(100% - 36px);
+
+ .tab {
+ height: 100%;
+ }
}
#tab-selection {