Skip to content

Commit

Permalink
Allow content to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 19, 2023
1 parent 5f08705 commit 634f4c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/frame.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@ temba-menu.servicing {
}

.spa-content {
overflow-y: clip;
overflow-y: auto;
overflow-x: visible;
}
7 changes: 7 additions & 0 deletions templates/tickets/ticket_list.haml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@
flex-shrink: 9999;
}

.spa-container {
overflow-y: clip;
overflow-x: visible;
}

.spa-content {
padding: 0;
overflow-y: clip;
overflow-x: visible;
}

#folder-title {
Expand Down

0 comments on commit 634f4c4

Please sign in to comment.