frontend update

This commit is contained in:
carodej
2020-06-02 07:13:44 +02:00
parent 16c3625b0b
commit 331ee52ea3
37 changed files with 1821 additions and 772 deletions
+9
View File
@@ -70,6 +70,11 @@
border-bottom: 2px solid $light_mode_border;
margin-bottom: 30px;
overflow-x: auto;
z-index: 9;
position: sticky;
top: 30px;
background: white;
&::-webkit-scrollbar {
display: none;
@@ -241,6 +246,10 @@
}
}
}
.cell-item {
white-space: nowrap;
}
}
@media only screen and (max-width: 1024px) {