Skip to content

Commit

Permalink
feat: DAG render options panel float through scrolling (#5036)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <simbeh7@gmail.com>
  • Loading branch information
simster7 authored Feb 5, 2021
1 parent b4ea47e commit ef76f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/app/shared/components/graph/graph-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
display: inline-block;
background-color: white;
box-shadow: 1px 1px 3px $argo-color-gray-5;
position: fixed;

div.argo-dropdown, a {
padding: 5px;
Expand Down Expand Up @@ -165,4 +166,4 @@
.arrow {
fill: $argo-color-gray-4;
}
}
}

0 comments on commit ef76f72

Please sign in to comment.