mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
fix: changed modal to fixed positioned, this change makes modal maintain scroll position, fixes #8800
This commit is contained in:
parent
bf110d02d1
commit
62f5770908
@ -20,7 +20,8 @@
|
||||
|
||||
// Base modal
|
||||
.modal {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
z-index: $zindex-modal;
|
||||
width: 100%;
|
||||
background-color: $panel-bg;
|
||||
@ -33,7 +34,7 @@
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
top: 20%;
|
||||
top: 10%;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
Loading…
Reference in New Issue
Block a user