Skip to content

Commit b8077f5

Browse files
authored
Merge pull request #102 from N1ck/fix-overflow-v2
Fix breakling layout issue with dropdown
2 parents 5dc4c88 + ef17bb3 commit b8077f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* Allows the GIF dropdown to be visible outside the toolbar container
6666
*/
6767
.ghg-has-giphy-field
68-
[class*="Toolbar-module__toolbar"][class*="prc-ActionBar-Nav"] {
68+
[class*="prc-ActionBar-Nav"] {
6969
overflow: visible !important;
7070
}
7171

0 commit comments

Comments
 (0)