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
When using the latest version of Kontent Smart Link (v2.1.0), the :host CSS properties will be overidden by any higher-order CSS selector. For example, Tailwind CSS's Preflight sets all border width's to 0. This causes the :hostborder-width to be ignored, and the border width to be set to 0. This causes the spotlight overlay to be hidden.
This can be remediated by flagging the appropriate properties as !important:
Repro steps
Create a page using a higher-order CSS selector (such as those used by Tailwind CSS's Preflight)
Observe - no spotlight overlay will show
Add the !important flag
Observe - overlay will show
Expected behavior
The overlay should display.
Test environment
Platform/OS: Windows 10
Browser: Firefox
Version: 89.0.2 (64-bit)
Additional context
Add any other context about the problem here.
Screenshots
Add links to screenshots, if possible.
The text was updated successfully, but these errors were encountered:
Brief bug description
When using the latest version of Kontent Smart Link (v2.1.0), the
:host
CSS properties will be overidden by any higher-order CSS selector. For example, Tailwind CSS's Preflight sets all border width's to 0. This causes the:host
border-width
to be ignored, and the border width to be set to 0. This causes the spotlight overlay to be hidden.This can be remediated by flagging the appropriate properties as
!important
:Repro steps
!important
flagExpected behavior
The overlay should display.
Test environment
Additional context
Add any other context about the problem here.
Screenshots
Add links to screenshots, if possible.
The text was updated successfully, but these errors were encountered: