adjust styles on environment dropdown and modal

This commit is contained in:
cardonator
2023-10-18 12:35:48 -06:00
parent 2d29eaa31a
commit 232027ff4e
2 changed files with 4 additions and 1 deletions

View File

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