remove max height for keybinding table (#6586)

This commit is contained in:
Pooja
2025-12-31 16:35:15 +05:30
committed by GitHub
parent ddc88b3b05
commit 8a394cdafc

View File

@@ -29,8 +29,7 @@ const StyledWrapper = styled.div`
}
.table-container {
max-height: 400px;
overflow-y: scroll;
overflow-y: auto;
}
.key-button {