mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
fix: Updating specs-list-container height offset to remove double scroll (#20368)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user