From c93d00bd7fe99fd86205d76c0bf22c6afacf0a66 Mon Sep 17 00:00:00 2001 From: V S Sreejeet Date: Fri, 12 Jun 2020 15:42:37 +0530 Subject: Fix #4010. Options modal in the mitmweb page no longer overflows the y axis. (#4014) don't overflow options dialog, fix #4010 --- web/src/css/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src') diff --git a/web/src/css/modal.less b/web/src/css/modal.less index 8d578f03..30e98f9c 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; } -- cgit v1.2.3