Remove mask and fix regression in scrollbar

This commit is contained in:
Carlos Fernandez 2026-05-14 23:57:21 -04:00
parent 39d238e684
commit c1e30e417b
2 changed files with 2 additions and 4 deletions

View file

@ -14,6 +14,8 @@
.tab.active {
flex: 1;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
div[data-application-part='form'] {