Skip to content

Commit

Permalink
Fix layering of aggregate box and help button
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Jul 5, 2024
1 parent 5835354 commit 2b713b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
height: 60px;
width: 350px;
text-align: center;
z-index: 999;
}

.row {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
background-color: var(--highlight-background-color);
border-radius: var(--large-border-radius);
color: var(--highlight-text-color);
z-index: 9999;
}

.help-button:hover {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fms-file-explorer-desktop",
"version": "8.0.0",
"version": "6.5.1",
"description": "An application designed to simplify access and exploration of data produced by the Allen Institute for Cell Science, provide an intuitive mechanism for organizing data and provide simple hooks to incorporating that data into both programmatic and non-programmatic workflows.",
"main": "dist/main/index.js",
"repository": {
Expand Down

0 comments on commit 2b713b4

Please sign in to comment.