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 EffectCards as module (so without bundling) and inject module style with injectStylesUrls, cards shadow are not visible and the cards are cut when grabbing.
The .swiper-cards class should add overflow:visible to make it works, but it appears that with this configuration (injecting style vs constructed stylesheet) the specifity is won with the .swiper class which has overflow:hidden.
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-effect-cards-forked-97x7ct?workspaceId=d0f99a06-a245-49d5-bbe4-3c747243a9ae
Bug description
When using EffectCards as module (so without bundling) and inject module style with
injectStylesUrls
, cards shadow are not visible and the cards are cut when grabbing.The
.swiper-cards
class should addoverflow:visible
to make it works, but it appears that with this configuration (injecting style vs constructed stylesheet) the specifity is won with the.swiper
class which hasoverflow:hidden
.Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.1.0
Platform/Target and Browser Versions
any
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: