Skip to content

Commit

Permalink
zoom-in indicator css tweak (#1737)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Robinson <933148+jrobinso@users.noreply.github.com>
  • Loading branch information
turner and jrobinso authored Nov 29, 2023
1 parent e6fc564 commit 846c4e0
Show file tree
Hide file tree
Showing 3 changed files with 5 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.

3 changes: 2 additions & 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 846c4e0

Please sign in to comment.