From d9c3fd6b629b5ca0c4b572b655997b11969fc1d4 Mon Sep 17 00:00:00 2001 From: Kayomani Date: Thu, 13 Aug 2015 23:06:15 +0100 Subject: [PATCH] Fix when viewing the cache from a mobile --- src/Jackett/Content/custom.css | 4 ++++ 1 file changed, 4 insertions(+) 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