Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
000adc5d
Commit
000adc5d
authored
Nov 03, 2017
by
sg00dwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Position so ui-select overlays when appended to body.
Fixes bug
https://bugzilla.redhat.com/show_bug.cgi?id=1479114
parent
80a037b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
_ui-select.less
dist/less/_ui-select.less
+5
-0
origin-web-common.css
dist/origin-web-common.css
+3
-0
_ui-select.less
src/styles/_ui-select.less
+5
-0
No files found.
dist/less/_ui-select.less
View file @
000adc5d
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
// ensure ui-select dropdown overlays when appended to body
body > .ui-select-bootstrap.open {
z-index: @zindex-modal;
}
.ui-select-bootstrap {
.ui-select-choices-row {
> span {
...
...
dist/origin-web-common.css
View file @
000adc5d
...
...
@@ -470,6 +470,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
text-decoration
:
none
;
}
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
body
>
.ui-select-bootstrap.open
{
z-index
:
1050
;
}
.ui-select-bootstrap
{
/* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load
* https://github.com/angular-ui/ui-select/issues/1678
...
...
src/styles/_ui-select.less
View file @
000adc5d
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
// ensure ui-select dropdown overlays when appended to body
body > .ui-select-bootstrap.open {
z-index: @zindex-modal;
}
.ui-select-bootstrap {
.ui-select-choices-row {
> span {
...
...
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