diff --git a/src/Jackett/Content/custom.css b/src/Jackett/Content/custom.css index a98776d35..2d4a2e427 100644 --- a/src/Jackett/Content/custom.css +++ b/src/Jackett/Content/custom.css @@ -257,4 +257,8 @@ pre { background-color: transparent; border: 0px; border-radius: 0px; +} + +.modal-open .modal { + overflow-x: auto; /* Model can be bigger than the screen on mobiles */ } \ No newline at end of file