Skip to content

Commit

Permalink
fix: prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Oct 29, 2024
1 parent 223cc8c commit 7b7e0df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/app/style/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ tr:hover .action-icons {
padding: 0; /* Remove default padding */
}


.ql-editor {
max-height: 80vh; /* Set fixed max height */
overflow-y: auto; /* Enable scrolling */
overflow-y: auto; /* Enable scrolling */
}

0 comments on commit 7b7e0df

Please sign in to comment.