Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
9b712a58
Commit
9b712a58
authored
May 20, 2019
by
Carsten Rose
Browse files
Refs #8348 - Add scroll view if more than 70% of screen is filled.
parent
ac25758c
Pipeline
#1863
failed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/report/Link.php
View file @
9b712a58
...
...
@@ -515,7 +515,7 @@ class Link {
$li
.
=
'<li'
.
$attribute
.
'>'
.
$link
.
'</li>'
;
}
$ul
=
Support
::
wrapTag
(
'<ul class="dropdown-menu" aria-labelledby="'
.
$htmlId
.
'">'
,
$li
);
$ul
=
Support
::
wrapTag
(
'<ul
style="max-height: 70vh; overflow-y: auto"
class="dropdown-menu" aria-labelledby="'
.
$htmlId
.
'">'
,
$li
);
}
return
Support
::
wrapTag
(
'<span class="dropdown">'
,
$dropdownSymbol
.
$ul
);
...
...
Write
Preview
Supports
Markdown
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