Fix pointer-events on Artist Page. clowns.

This commit is contained in:
cryptofyre 2022-01-24 16:01:44 -06:00
parent ba2ac59511
commit 4d6eb2cd64
2 changed files with 3 additions and 2 deletions

View file

@ -3084,6 +3084,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
justify-content: space-between;
min-height: 400px;
position: relative;
pointer-events: none;
.header-content {
z-index: 1;

View file

@ -6,7 +6,7 @@
v-if="data.attributes.editorialVideo && (data.attributes.editorialVideo.motionArtistWide16x9 || data.attributes.editorialVideo.motionArtistFullscreen16x9)"
:video="data.attributes.editorialVideo.motionArtistWide16x9.video ?? (data.attributes.editorialVideo.motionArtistFullscreen16x9.video ?? '')">
</animatedartwork-view>
<div class="header-content">
<div class="header-content" style="pointer-events: all;">
<div class="row">
<div class="col-sm" style="width: auto;">
<div class="artist-image" v-if="!(data.attributes.editorialVideo && (data.attributes.editorialVideo.motionArtistWide16x9 || data.attributes.editorialVideo.motionArtistFullscreen16x9))">
@ -30,7 +30,7 @@
<h1>{{ data.attributes.name }}</h1>
</div>
</div>
<button class="more-btn-round" @click="artistMenu">
<button class="more-btn-round" @click="artistMenu" style="pointer-events: all;">
<div class="svg-icon"></div>
</button>
</div>