Fix scrollbar

This commit is contained in:
Luis Alvarez 2021-06-08 18:37:11 -05:00
parent 8940c7d3e7
commit 6e2d9a37ce

View File

@ -37,7 +37,12 @@
overflow-x: auto; overflow-x: auto;
white-space: nowrap; white-space: nowrap;
height: 125px; height: 125px;
margin-bottom: -12px; scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.album::-webkit-scrollbar {
display: none;
} }
@screen md { @screen md {