Skip to content

Commit

Permalink
EPMRPP-80376 || Popover is shown in front of the Project Settings tab…
Browse files Browse the repository at this point in the history
… header during scrolling (#3682)
  • Loading branch information
BlazarQSO authored Dec 6, 2023
1 parent 56d04cc commit 15d5f4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/common/css/variables/z-index-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ $Z_INDEX-USER_BLOCK_DROPDOWN: 4;
$Z_INDEX-INPUT_DROPDOWN: 4;
$Z_INDEX-ALL_LATEST_DROPDOWN: 4;
$Z-INDEX-POPUP: 10;
$Z-INDEX-PAGE-CONTAINER-HEADER: 11;
$Z-INDEX-HINT: 15;
$Z-INDEX_AUTOCOMPLETE: 16;
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding: 12px 32px 27px 32px;
position: sticky;
top: 0;
z-index: $Z_INDEX-STICKY-TOOLBAR;
z-index: $Z-INDEX-PAGE-CONTAINER-HEADER;
}

.back-to {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

$Z-INDEX-PAGE-CONTAINER-HEADER: 2;

.settings-page-content-wrapper {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 15d5f4c

Please sign in to comment.