Skip to content

Commit

Permalink
Merge pull request #77 from crazyfactory/fix-modal-cant-scroll
Browse files Browse the repository at this point in the history
fix: modal cant scroll
  • Loading branch information
z3niths authored May 13, 2021
2 parents bef182c + ed1e4ea commit eeb4e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,9 @@ thead.datatable-columns{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: table;
display: flex;
justify-content: center;
overflow-y: auto;
transition: opacity 0.3s ease;
}

Expand Down

0 comments on commit eeb4e70

Please sign in to comment.