Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
691ff32a
Commit
691ff32a
authored
Jun 22, 2017
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashfolders: allow overflow-y for modals
parent
f68d2816
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
public/app/features/dashboard/save_as_modal.ts
+1
-1
public/sass/components/_modals.scss
+0
-5
No files found.
public/app/features/dashboard/save_as_modal.ts
View file @
691ff32a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
import
coreModule
from
'app/core/core_module'
;
import
coreModule
from
'app/core/core_module'
;
const
template
=
`
const
template
=
`
<div class="modal-body
modal-body--with-overflow
">
<div class="modal-body">
<div class="modal-header">
<div class="modal-header">
<h2 class="modal-header-title">
<h2 class="modal-header-title">
<i class="fa fa-copy"></i>
<i class="fa fa-copy"></i>
...
...
public/sass/components/_modals.scss
View file @
691ff32a
...
@@ -62,7 +62,6 @@
...
@@ -62,7 +62,6 @@
// Body (where all modal content resides)
// Body (where all modal content resides)
.modal-body
{
.modal-body
{
position
:
relative
;
position
:
relative
;
overflow-y
:
auto
;
}
}
.modal-content
{
.modal-content
{
...
@@ -87,10 +86,6 @@
...
@@ -87,10 +86,6 @@
max-width
:
500px
;
max-width
:
500px
;
}
}
.modal-body--with-overflow
{
overflow-y
:
visible
;
}
.confirm-modal
{
.confirm-modal
{
max-width
:
500px
;
max-width
:
500px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment