Michael Silzle
Michael Silzle
Any updates on this?
I got it working by inserting my modal component to top of the component from which I will open the modal. `` where `my-modal` holds the `ngx-smart-modal` definition. As @khylias...
The `getPayloadFromIdToken()` method should be no observable at all, if it is no stream.
Same issue here with version **16.0.0**. The issue seems to be, when a `translate3d` value is not even. In my case position is `transform: translate3d(0px, 675px, 0px);` and content is...
@oliveshell Found a solution: Just use the `GridsterConfig` option `useTransformPositioning: false`, to toggle between transform or top/left positioning of items. With false, translate3D ist not used and the blurrines is...