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
+8 -1
View File
@@ -6,7 +6,7 @@
:style="{ paddingTop: headerHeight - 64 + 16 + 'px' }"
@scroll="handleScroll"
>
<div v-bind="wrapperProps">
<div v-bind="wrapperProps" class="scrollable">
<div class="header rounded" style="height: 64px">
<div
ref="header"
@@ -88,6 +88,13 @@ function handleScroll(e: Event) {
<style lang="scss">
.header-list-layout {
margin-right: calc(0rem - ($medium));
.scrollable {
padding-right: calc(1rem - $small + 2px);
scrollbar-width: thin;
}
.header {
position: relative;