mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
adjust styles on environment dropdown and modal
This commit is contained in:
@@ -14,6 +14,8 @@ const Wrapper = styled.div`
|
||||
background-color: ${(props) => props.theme.dropdown.bg};
|
||||
box-shadow: ${(props) => props.theme.dropdown.shadow};
|
||||
border-radius: 3px;
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
|
||||
.tippy-content {
|
||||
padding-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user