Disable scrollbars in swimlanes

This commit is contained in:
Nadav Tasher 2024-11-20 01:20:40 +02:00
parent aca665ae4e
commit 6c32c210f8

View file

@ -8,6 +8,7 @@
flex-direction: row;
overflow: auto;
max-height: 100%;
scrollbar-width: none;
}
.swimlane-header-menu .swimlane-header-collapse-down {
font-size: 50%;