From 4e927e277b06dab9f09e37ea4b4fe3e08bdc2e35 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Mon, 5 Jul 2021 07:55:00 +0000 Subject: [PATCH] Updated Compatibility Issues Solution (markdown) --- Compatibility-Issues-Solution.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Compatibility-Issues-Solution.md b/Compatibility-Issues-Solution.md index 0470ef3..bffd3b8 100644 --- a/Compatibility-Issues-Solution.md +++ b/Compatibility-Issues-Solution.md @@ -55,4 +55,15 @@ Add this code [#28](https://github.com/black7375/Firefox-UI-Fix/issues/28) [#40] :root #appMenu-popup panelview { width: 25em !important; /* can modify panel width, Original: 22.5em */ } +``` + +## White outline on the top of address bar + +![image](https://user-images.githubusercontent.com/25581533/124436944-10038180-dd66-11eb-8933-c285a7b7e5c7.png) + +Add this code [#99](https://github.com/black7375/Firefox-UI-Fix/issues/99) +```css + #nav-bar { + box-shadow: none !important; + } ``` \ No newline at end of file