jquery.cookieBar icon indicating copy to clipboard operation
jquery.cookieBar copied to clipboard

When closed - showing until inline style added

Open Beocode opened this issue 5 years ago • 0 comments

Once it is closed, on reload it will show for a split second till .hide loads.

It would be best to have display:none on .cookie-message since .show is used to check status before hittings close. So solution is simple:

.cookie-message {
  display: none;
}

Beocode avatar Feb 18 '20 13:02 Beocode