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.
This commit is contained in:
Ganesh Pawar 2022-09-09 16:36:31 +05:30 committed by Tim Abbott
parent e2bf8c49af
commit 7f8f954897
1 changed files with 0 additions and 7 deletions

View File

@ -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;