list takes 100% from parent (#1129)

Co-authored-by: Leon <>
This commit is contained in:
leon-up9 2022-06-06 16:26:07 +03:00 committed by GitHub
parent f7f61c1217
commit 71db792a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
.selectListTable
user-select: none // when resizble moved we get unwanted beheviour
height: 100%
height: calc(100% - 53px)
table
width: 100%