Fix build peek scrollbar visible when no overflow

Closes #999
This commit is contained in:
Kalle
2022-10-07 16:59:11 +03:00
parent 50e4be5822
commit a04db5e9f1

View File

@@ -12,7 +12,7 @@
}
.front__builds-wrapper {
overflow-x: scroll;
overflow-x: auto;
}
.front__builds-container {