Commit 64f3290
authored
Make dialog box scroll on overflow (#1649)
## Purpose
The modal for the links on the project analytics page doesn't scroll. Instead, it just runs off the screen if there's too much content, and that content will never be seen. This makes it so that the dialog box behaves properly with the scrolling and the not overfilling the screen.
## Summary of Changes
1. Add max-height to the modal
2. Set overflow to scroll
## Side Effects
If there were any other `bs-modal-simple`s on the page, they would also be upgraded. But there aren't, so this is isolated.1 parent c867b98 commit 64f3290
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments