Skip to content

Commit

Permalink
adding min heigh and overflow auto on staffing table (#1964)
Browse files Browse the repository at this point in the history
Signed-off-by: Nilesh Gupta <[email protected]>
  • Loading branch information
ngu04 authored Dec 2, 2024
1 parent c5969f7 commit fba7046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,8 @@ p {
.staffing-container {
display: flex;
flex-direction: column;
min-height: 300px;
overflow: auto;
}

.staffing-controls {
Expand Down

0 comments on commit fba7046

Please sign in to comment.