Skip to content

Commit

Permalink
Merge pull request #306 from AllenInstitute/bugfix/load-button-does-n…
Browse files Browse the repository at this point in the history
…ot-load

LOAD button on dataset page bug
  • Loading branch information
SeanLeRoy authored Oct 30, 2024
2 parents 0bcf220 + e66d5d7 commit 6a8eaa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@
}

.button-wrapper {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}

.button-wrapper:hover {
width: 100%;
}

.button-wrapper-hidden {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9));
position: absolute;
height: calc(100% - calc(4*var(--margin)));
pointer-events: none;
width: 86px;
}
}

0 comments on commit 6a8eaa9

Please sign in to comment.