FIX: Safari needs a max-width to prevent modal overflow

This commit is contained in:
Kris 2019-03-29 00:38:44 -04:00
parent 1b3165d217
commit 2064223fbd
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
.revision-content {
width: 47.5%;
float: left;
max-width: 500px; // Safari needs a max-width to prevent overflow issues
&:nth-of-type(2) {
margin-left: 5%;
}