Skip to content

Commit

Permalink
adding main-content to overflow auto (#1963)
Browse files Browse the repository at this point in the history
Signed-off-by: Nilesh Gupta <[email protected]>
  • Loading branch information
ngu04 authored Nov 29, 2024
1 parent c60c1dd commit c5969f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ html, body {

.main-content {
flex: 1;
overflow: auto;
}

footer {
Expand Down

0 comments on commit c5969f7

Please sign in to comment.