Jaspero / ng-confirmations

A confirmation library for angular
https://stackblitz.com/edit/jaspero-ng-confirmations
MIT License
17 stars 7 forks source link

Not rendered properly in new chrome version [76.0.3809.132] #20

Open nom3ad opened 5 years ago

nom3ad commented 5 years ago

ng-confirmations version : 0.4.7 Google chrome version : 76.0.3809.132 (Official Build) (64-bit)

In latest chrome browser 'ng-confirmations' does not t render properly. This was working perfectly with chrome 75.0.3770.142.

Attaching screenshot of https://jaspero-ng-confirmations.stackblitz.io/ image

nom3ad commented 4 years ago

This is still an issue as of latest chrome 79.0.3945.130

pareshv commented 4 years ago

Any resolution around this issue?

pareshv commented 4 years ago

I fixed it applying following patch

.jaspero__confirmation{ position: inherit !important; }