diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-08 17:52:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:52:51 -0500 |
commit | 3e5b30ff764a34d2f51dc67d64a05d3a98cbed86 (patch) | |
tree | c337d9b812a402d10655f595a38659bc967a0d63 | |
parent | 4b6703114c3fedaaf24cc7a376d885e22dfdc4f3 (diff) |
Fix overflow scrollbar appearing sometimes (#1350)
-rw-r--r-- | ext/bg/css/popup-preview.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/css/popup-preview.css b/ext/bg/css/popup-preview.css index 2e1f191d..2faccc3f 100644 --- a/ext/bg/css/popup-preview.css +++ b/ext/bg/css/popup-preview.css @@ -65,7 +65,6 @@ body { } .top-options-left { flex: 1 1 auto; - overflow-x: hidden; } .top-options-right { flex: 0 0 auto; |