try to fix scrollbar differences

+ add hover states to albumcard and artist card
This commit is contained in:
geoffrey45
2022-09-21 16:35:50 +03:00
committed by Mungai Njoroge
parent 097c2b4a83
commit 45d91f0382
7 changed files with 43 additions and 22 deletions
+4 -4
View File
@@ -59,9 +59,9 @@
#acontent {
grid-area: content;
overflow: hidden scroll;
margin-right: -1rem;
padding-right: calc($medium - 1px);
overflow: hidden auto;
margin-right: calc(0rem - ($medium + 2px));
padding-right: calc($medium);
.nav {
margin: $small;
@@ -112,4 +112,4 @@
.b-bar {
grid-area: bottombar;
}
}