Skip to content

Commit

Permalink
Merge pull request #569 from openSUSE/fix-sidebar-z-index
Browse files Browse the repository at this point in the history
[web] Increase the z-index of the sidebar
  • Loading branch information
dgdavid committed May 10, 2023
2 parents 32e51e2 + a25ac3e commit c3ae9ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion web/package/cockpit-agama.changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
-------------------------------------------------------------------
Tue May 9 22:36:12 UTC 2023 - David Diaz <dgonzalez@suse.com>

- Keep the sidebar on top of other elements when it's open
(gh#openSUSE/agama#569).

-------------------------------------------------------------------
Mon May 8 15:20:14 UTC 2023 - David Diaz <dgonzalez@suse.com>

- Set sidebar siblings as aria-hiden while it's open
(gh#openSUSE/agama#563)

-------------------------------------------------------------------
Fri Apr 28 15:16:04 UTC 2023 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion web/src/assets/styles/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ section > .content {
position: absolute;
padding: 0;
right: 0;
z-index: 1;
z-index: 1000;
inline-size: 70%;
box-shadow: -10px 10px 20px 0 var(--color-primary);
}
Expand Down

0 comments on commit c3ae9ba

Please sign in to comment.