Skip to content

Commit

Permalink
Tweak picker presentation positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Nov 22, 2024
1 parent 7699576 commit 835f01a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/_igv-ui-colorpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $igv-color-swatch-border-width: 2px;

left: 50%;
top: 75%;
transform: translate(-50%, -50%);
transform: translate(-50%, -25%);

flex-direction: column;
flex-wrap: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion css/igv.css

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

2 changes: 1 addition & 1 deletion js/embedCss.js

Large diffs are not rendered by default.

0 comments on commit 835f01a

Please sign in to comment.