diff --git a/src/js/components/actions/index.jsx b/src/js/components/actions/index.jsx index 95a684b..98e53b0 100644 --- a/src/js/components/actions/index.jsx +++ b/src/js/components/actions/index.jsx @@ -5,20 +5,20 @@ const Actions = ({ filter, filterFiles, onFullWidth, onOptions, onClose, onReloa
-
- diff --git a/src/js/style.css b/src/js/style.css index c34dc5e..309151a 100644 --- a/src/js/style.css +++ b/src/js/style.css @@ -5,6 +5,7 @@ .__better_github_pr { display: none; + overflow: hidden; /* Fallbacks - We will try to use github's colors first */ --bgpr-background: #fff; @@ -101,7 +102,6 @@ .__better_github_pr .actions { display: flex; - overflow: hidden; align-items: center; position: relative; padding: 10px 0;