Skip to content

Commit d1104ec

Browse files
committed
fix(form) Change Z indexes to something more sensible
1 parent 0f17a81 commit d1104ec

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

dist/forms-angular-with-bs2.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular-with-bs3.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/forms-angular-bs-common.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.page-header {
2222
padding-left: 20px;
23-
z-index: 2;
23+
z-index: 102;
2424
}
2525

2626
.header-rhs {
@@ -39,7 +39,7 @@
3939
position: fixed;
4040
width: 100%;
4141
margin-top: 11px;
42-
z-index: 1;
42+
z-index: 101;
4343
}
4444

4545
// Modifications to ngGrid style
@@ -164,7 +164,7 @@ span input[type="radio"] {
164164

165165
.results-container {
166166
width: 6000px;
167-
z-index: 3;
167+
z-index: 103;
168168
position: absolute;
169169
top: 41px;
170170
right: 0;

server/data_form.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)