From 7f8f9548971414e7bb49fdae15ee2c5e59acb1a6 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Fri, 9 Sep 2022 16:36:31 +0530 Subject: [PATCH] bots: Remove redundant overflow CSS. This was added to avoid the `owner` dropdown field from being only partially visible in the `Manage bot` modal. But, now the `owner` field is moved up in the modal so this isn't needed. --- static/styles/settings.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/styles/settings.css b/static/styles/settings.css index 697dd47546..6403ed4482 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -810,13 +810,6 @@ input[type="checkbox"] { margin-top: 5px; } -#edit_bot_modal { - /* Ensure that the dropdown can overflow the modal. */ - .modal__content { - overflow: visible; - } -} - .edit_bot_form { font-size: 100%; margin: 0;