hunk overflow fixed

This commit is contained in:
Pavel Laptev 2023-12-12 22:59:46 +01:00 committed by GitButler
parent 40c957d9a1
commit a72932a2a9

View File

@ -268,7 +268,7 @@
flex-direction: column;
border-radius: var(--radius-m);
border: 1px solid var(--clr-theme-container-outline-light);
/* overflow-x: auto; */
overflow-x: auto;
overflow-y: hidden;
}