Recently, I developed a browser extension that adds an overlay button to the LinkedIn website. Everything was running smoothly until I discovered that LinkedIn uses a global font-size: 62,5%
that completely messes up my design..
https://i.stack.imgur.com/MGc0x.png
After turning off the font-size scaling, the overlay button appears as intended.
I attempted to override this setting in multiple places using font-size: 100% !important
but unfortunately, it did not work.
Since my CSS skills are still developing, I am seeking more innovative solutions to solve this issue :)
The current look of the overlay is shown here: https://i.stack.imgur.com/iIpQw.png
However, I envision it looking more like this: https://i.stack.imgur.com/C2i2g.png
I utilized Material-UI for constructing the design elements.