overflow x only on table

This commit is contained in:
Julien Calixte
2024-04-20 18:30:29 +02:00
parent ae5f236bde
commit 53e9c33a3f

View File

@@ -34,6 +34,8 @@ defineProps<{
<style scoped lang="scss">
.record-step-table {
.step-item {
display: block;
overflow-x: auto;
display: flex;
align-items: center;
gap: 1rem;