Skip to content

Commit

Permalink
Configure scrolling in warnings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Oct 19, 2023
1 parent be1450f commit 1e63620
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
display: block;
width: 100%;
height: calc(100% - 58px);
overflow-x: hidden;
overflow-y: auto;
background-color: white;
border: 1px solid #ccc;
border-bottom-left-radius: 10px;
Expand Down

0 comments on commit 1e63620

Please sign in to comment.