Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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