fix: 🐛 no more scroll for features

This commit is contained in:
Julien Calixte
2023-07-30 17:03:53 +02:00
parent c72948efc1
commit 0cf4862229
3 changed files with 22 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ const binContainerWidth = computed(() => {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-y: hidden;
max-height: 40vh;
}

View File

@@ -33,7 +33,7 @@ onMounted(() => featureStore.initBoard(NUMBER_OF_FEATURES))
align-items: stretch;
margin: 0 1rem;
border: 3px solid var(--primary-color);
height: 60vh;
height: 80vh;
width: 100%;
overflow-y: hidden;