mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
remove max height for keybinding table (#6586)
This commit is contained in:
@@ -29,8 +29,7 @@ const StyledWrapper = styled.div`
|
||||
}
|
||||
|
||||
.table-container {
|
||||
max-height: 400px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.key-button {
|
||||
|
||||
Reference in New Issue
Block a user