Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
28f30021
Commit
28f30021
authored
Apr 26, 2015
by
Alex Pott
Browse files
Issue
#2137849
by MartiMcFlight, m4olivei, jmuzz: No scrollbar in views style option popup
parent
5b560a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views_ui/js/dialog.views.js
View file @
28f30021
...
...
@@ -8,7 +8,7 @@
var
$scroll
=
$modal
.
find
(
'
[data-drupal-views-scroll]
'
);
var
offset
=
0
;
var
modalHeight
;
if
(
$viewsOverride
.
length
&&
$scroll
.
length
)
{
if
(
$scroll
.
length
)
{
// Add a class to do some styles adjustments.
$modal
.
closest
(
'
.views-ui-dialog
'
).
addClass
(
'
views-ui-dialog-scroll
'
);
// Let scroll element take all the height available.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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