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:
parent
f68d2816ab
commit
691ff32ae9
@ -3,7 +3,7 @@
|
||||
import coreModule from 'app/core/core_module';
|
||||
|
||||
const template = `
|
||||
<div class="modal-body modal-body--with-overflow">
|
||||
<div class="modal-body">
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-header-title">
|
||||
<i class="fa fa-copy"></i>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user