mirror of https://github.com/zulip/zulip.git
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:
parent
e2bf8c49af
commit
7f8f954897
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue