Commit af3aa81d by Torkel Ödegaard

UI: Fixed position of confirm modal when scrolled down, Fixes #1345

parent 10fd66b7
......@@ -66,7 +66,7 @@
right: 0;
margin-left: auto;
margin-right: auto;
top: 200px;
top: 30%;
}
.grafana-search-metric-actions {
......
......@@ -22,7 +22,7 @@
// Base modal
.modal {
position: absolute;
position: fixed;
z-index: @zindexModal;
width: 100%;
background-color: @white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment