Updated Compatibility Issues Solution (markdown)

MS_Y 2021-07-05 07:55:00 +00:00
parent 9e7c12b49c
commit 4e927e277b

@ -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;
}
```