From 8548744565e8077d6cc1f8da22fc1c344e32df84 Mon Sep 17 00:00:00 2001 From: queueslikely <59344038+queueslikely@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:08:19 +0100 Subject: [PATCH] fixes wilfredwee/photon-australis#124 --- userChrome-dark.css | 1 + userChrome-default.css | 1 + userChrome-light.css | 1 + 3 files changed, 3 insertions(+) diff --git a/userChrome-dark.css b/userChrome-dark.css index c558cbe..41d699d 100644 --- a/userChrome-dark.css +++ b/userChrome-dark.css @@ -59,6 +59,7 @@ /* Remove uneeded styles from Proton */ .tabbrowser-tab { padding-inline: 0px !important; + overflow: unset !important; } .tab-background { diff --git a/userChrome-default.css b/userChrome-default.css index be101d3..7646281 100644 --- a/userChrome-default.css +++ b/userChrome-default.css @@ -59,6 +59,7 @@ /* Remove uneeded styles from Proton */ .tabbrowser-tab { padding-inline: 0px !important; + overflow: unset !important; } .tab-background { diff --git a/userChrome-light.css b/userChrome-light.css index f484829..5f0db3c 100644 --- a/userChrome-light.css +++ b/userChrome-light.css @@ -63,6 +63,7 @@ /* Remove uneeded styles from Proton */ .tabbrowser-tab { padding-inline: 0px !important; + overflow: unset !important; } .tab-background {