Skip to content

Commit

Permalink
zoom-in indicator css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Nov 28, 2023
1 parent 80dab8b commit 44ee32c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions css/_dom-misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@ $igv-multi-locus-ruler-label-height: 12px;

.igv-zoom-in-notice-container {

z-index: 1024;
//z-index: 1024;
z-index: 256;

position: absolute;
//top: 50%;
top: 8px;
left: 50%;

transform: translate(-50%, 0%);
//transform: translate(-50%, -50%);

display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;

//background-color: $igv_apple_crayon_honeydew;
background-color: white;

>div {
Expand Down
2 changes: 1 addition & 1 deletion css/dom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44ee32c

Please sign in to comment.