Skip to content

Commit 5dc4c88

Browse files
authored
Merge pull request #100 from N1ck/fix-button-overlay
Buttons appearing above dropdown
2 parents 711e743 + bb0e0a0 commit 5dc4c88

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,11 @@
9898
.ghg-has-giphy-field [class*="Toolbar-module__toolbar"] {
9999
justify-content: flex-end !important
100100
}
101+
102+
103+
/*
104+
* Fixes the close issue / comment buttons appearing above the GIF Menu
105+
*/
106+
.ghg-has-giphy-field {
107+
z-index: 1;
108+
}

0 commit comments

Comments
 (0)