fix: clicking "new fit" icon wasn't always possible (#58)

This commit is contained in:
Patric Stout
2024-05-12 20:53:37 +02:00
committed by GitHub
parent 398aa98912
commit 27e31f3197

View File

@@ -20,6 +20,7 @@
margin-top: 10px;
overflow-x: hidden;
padding-right: 10px;
z-index: 10;
}
.selectionHeader {
display: flex;
@@ -56,11 +57,13 @@
.fit {
height: 730px;
width: 730px;
z-index: 4;
}
.statistics {
margin-top: 10px;
position: relative;
z-index: 9;
}
.statistics > div:first-child {