fix: Updating specs-list-container height offset to remove double scroll (#20368)

This commit is contained in:
Tyler Biethman
2022-02-28 10:50:02 -06:00
committed by GitHub
parent 71e14a0efb
commit 031e66dd4a
+2 -2
View File
@@ -212,8 +212,8 @@ function getIdIfDirectory (row) {
height: calc(100vh - 64px);
}
/** List header is 72px */
/** Search bar is 72px + List header is 40px = 112px offset */
.spec-list-container {
height: calc(100% - 72px)
height: calc(100% - 112px)
}
</style>