mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashfolders: allow overflow-y for modals
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
// Body (where all modal content resides)
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
@@ -87,10 +86,6 @@
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.modal-body--with-overflow {
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
.confirm-modal {
|
||||
max-width: 500px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user