You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See a popup with extra padding like on the screenshots below
Expected behavior
A popup without extra paddings.
Screenshots
Version:
Safari 14.0.3
Polyglot 3.3.0
macOS 11.2.1
Additional context
Instead of the current styles isolation approach (polyglot namespace and !important) I'm proposing to put popups into a shadow DOM (part of Web Components API) this should allow completely isolate styles of extension's popups from the styles of the opened page. Web Components seems to be well-supported by the latest versions of Safari.
The text was updated successfully, but these errors were encountered:
Describe the bug
Popup with translation in some cases can be broken by the styles of the page where it is open.
To Reproduce
Expected behavior
A popup without extra paddings.
Screenshots
Version:
Additional context
Instead of the current styles isolation approach (
polyglot
namespace and!important
) I'm proposing to put popups into a shadow DOM (part of Web Components API) this should allow completely isolate styles of extension's popups from the styles of the opened page. Web Components seems to be well-supported by the latest versions of Safari.The text was updated successfully, but these errors were encountered: