mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Doc: Restrictions - XUL sideeffect by @MrOtherGuy
https://www.reddit.com/r/FirefoxCSS/comments/u1mdld/comment/i4eg29n/?utm_source=share&utm_medium=web2x&context=3
This commit is contained in:
parent
2d21b6652e
commit
eb726d98f5
1 changed files with 8 additions and 0 deletions
|
|
@ -51,6 +51,14 @@ This project is using SCSS to make a [reusable compatible mixins](../src/utils).
|
|||
### Side Effect
|
||||
Only CSS modifications can cause bugs that are hard to think of in the general web, such as the [context menu not appearing](https://github.com/black7375/Firefox-UI-Fix/issues/114).
|
||||
|
||||
Especially be careful when customizing XUL elements.
|
||||
The following code will cause extension panels fail to open and trying to open them might even crash Firefox. (@MrOtherGuy reports)
|
||||
```css
|
||||
#nav-bar {
|
||||
display: flex;
|
||||
}
|
||||
```
|
||||
|
||||
## Internals
|
||||
### CSS Loading Order
|
||||
User CSS(`userChrome.css`, `userContent.css`) is usually loaded first.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue