diff --git a/src/style.css b/src/style.css index 5278d9f..bcd4cea 100644 --- a/src/style.css +++ b/src/style.css @@ -39,7 +39,8 @@ overflow: unset !important; } - /* Fixes the GIF dropdown being hidden by the review modal's overflow */ +/* Fixes the GIF dropdown being hidden by the review modal's overflow */ +/* stylelint-disable-next-line selector-class-pattern */ .ActionBar-item-container { overflow: visible !important; }