Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 71c1cd0

Browse files
authored
Merge pull request #380 from jeznorth/EM-311
[EM-311] Fixing some minor issues with the context menu placement
2 parents e23b71d + 3f274d2 commit 71c1cd0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/project-comments/client/scss/project-comments.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ $pcp-comment-icon-color: #ccc;
671671
// LINKED DOCUMENTS
672672
.pcp-linked-documents {
673673
&.fb-list {
674-
overflow: auto;
674+
overflow: inherit;
675675

676676
.fb-list-item {
677677
.row-actions {

modules/project-comments/client/views/partials/period-documents-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="btn-group">
4747
<button class="btn icon-btn dropdown-toggle" type="button"
4848
popover-class="context-menu"
49-
popover-placement="'auto'"
49+
popover-placement="bottom-right auto"
5050
popover-trigger="'focus'"
5151
uib-popover-template="'pcp-document-menu.html'">
5252
<span class="glyphicon glyphicon glyphicon-option-vertical"></span>

modules/project-comments/client/views/period-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Public Comment Period <span class="break">is Now Open</span></h2>
6363
<div class="btn-group">
6464
<button class="btn icon-btn dropdown-toggle"
6565
popover-class="context-menu"
66-
popover-placement="'auto'"
66+
popover-placement="bottom-right auto"
6767
popover-trigger="'focus'"
6868
uib-popover-template="'pcp-list-menu.html'">
6969
<span class="glyphicon glyphicon glyphicon-option-vertical"></span>

modules/project-comments/client/views/public-comments/period-edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h1><span ng-show="project.name">Add/Edit Comment Period</h1>
174174
<div class="btn-group">
175175
<button class="btn icon-btn dropdown-toggle"
176176
popover-class="context-menu"
177-
popover-placement="'auto'"
177+
popover-placement="bottom-right auto"
178178
popover-trigger="'focus'"
179179
uib-popover-template="'pcp-edit-document-menu.html'">
180180
<span class="glyphicon glyphicon glyphicon-option-vertical"></span>

0 commit comments

Comments
 (0)