From c93d00bd7fe99fd86205d76c0bf22c6afacf0a66 Mon Sep 17 00:00:00 2001 From: V S Sreejeet Date: Fri, 12 Jun 2020 15:42:37 +0530 Subject: [PATCH] Fix #4010. Options modal in the mitmweb page no longer overflows the y axis. (#4014) don't overflow options dialog, fix #4010 --- mitmproxy/tools/web/static/app.css | Bin 15709 -> 15710 bytes web/src/css/modal.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/tools/web/static/app.css b/mitmproxy/tools/web/static/app.css index 63f63b38ce7dbe6b916d4311880c590caac976c6..bd69915bc6a38d811c51b45e977ada9a75215f22 100644 GIT binary patch delta 11 Scmcaxb+2lJitS`&TPpx0E(GoX delta 11 Scmcatb+>ARitS`oTT1{WH3aVf diff --git a/web/src/css/modal.less b/web/src/css/modal.less index 8d578f03d..30e98f9c2 100644 --- a/web/src/css/modal.less +++ b/web/src/css/modal.less @@ -8,6 +8,6 @@ } .modal-body { - max-height: calc(100vh - 20px); + max-height: calc(100vh - 200px); overflow-y: auto; }