Skip to content

Commit e8908a3

Browse files
Fix sort dropdown rendering behind issue comment counts
Add stacking context (position: relative, z-index: 1) to the results header so the sort dropdown overlays the issue list. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7cdcaeb commit e8908a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/assets/content-issues-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function createBookmarksViewTemplate() {
323323
<div class="ListItems-module__listScopedCommand--GGPXX">
324324
<div id="bookmarks-list-container" class="ListView-module__container--rxCWy">
325325
<h2 class="sr-only prc-Heading-Heading-6CmGO">Bookmarked issues</h2>
326-
<div id="bookmarks-results-section" class="Metadata-module__container--ydeM8 ListItemsHeaderWithoutBulkActions-module__ListViewMetadata_0--oA0Cm" style="display: none;">
326+
<div id="bookmarks-results-section" class="Metadata-module__container--ydeM8 ListItemsHeaderWithoutBulkActions-module__ListViewMetadata_0--oA0Cm" style="display: none; position: relative; z-index: 1;">
327327
<h3 id="bookmarks-count" class="Metadata-module__heading--vvkcl"></h3>
328328
<div role="toolbar" aria-label="Actions" class="VisibleAndOverflowContainer-module__Box_0--KyT2b" style="gap: var(--base-size-4);">
329329
<div class="VisibleItems-module__Box_1--LOtDr" style="gap: var(--base-size-4);">

0 commit comments

Comments
 (0)