fix: hull-listing overflows with 5 pixels on the bottom (#34)

This commit is contained in:
Patric Stout
2023-12-03 11:55:06 +01:00
committed by GitHub
parent 6cff92a8e7
commit 20ef2c6656

View File

@@ -8,7 +8,7 @@
}
.listingContent {
height: calc(100% - 42px - 32px);
height: calc(100% - 42px - 32px - 5px);
padding-right: 20px;
overflow-y: auto;
}