Fix subtab background color not affecting entire tab

This commit is contained in:
thepaperpilot 2021-06-15 09:21:11 -05:00
parent af0c4373a3
commit 232e628daa

View file

@ -147,6 +147,8 @@ export default {
min-width: 100%;
min-height: 100%;
margin: 0;
flex-grow: 1;
display: flex;
}
.layer-tab:not(.minimized) {