Skip to content

Commit

Permalink
fix: z-index for barcode and awesomeplete (backport #18893) (#19003)
Browse files Browse the repository at this point in the history
* fix: z-index for barcode and awesomeplete

(cherry picked from commit 88e331e)

* fix: update z-index

(cherry picked from commit 799e22a)

* revert: unused css

(cherry picked from commit aa3794a)

* fix: update z-index considering sticky tabs

(cherry picked from commit 9bbac0f)

Co-authored-by: Maharshi Patel <maharshi.patel988@gmail.com>
Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
  • Loading branch information
3 people committed Nov 25, 2022
1 parent f8be8b0 commit 0191858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frappe/public/scss/common/awesomeplete.scss
Expand Up @@ -30,7 +30,7 @@
left: 0;
margin: 0;
padding: var(--padding-xs);
z-index: 1;
z-index: 4;
min-width: 250px;

&> li {
Expand Down
4 changes: 2 additions & 2 deletions frappe/public/scss/desk/global_search.scss
Expand Up @@ -11,7 +11,7 @@
width: 100%;

.modal-actions {
z-index: 4;
z-index: 6;
top: 7px;
}

Expand All @@ -31,7 +31,7 @@
.search-icon {
position: absolute;
top: 15px;
z-index: 4;
z-index: 6;
}
}
.search-results {
Expand Down
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/page.scss
Expand Up @@ -84,7 +84,7 @@
}

.page-head {
z-index: 4;
z-index: 6;
position: sticky;
top: var(--navbar-height);
background: var(--bg-color);
Expand Down

0 comments on commit 0191858

Please sign in to comment.