diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-14 14:47:09 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-14 14:47:09 +0100 |
commit | 9920472970243912edb8c7f55636fc223909d092 (patch) | |
tree | 50a887dd1aab3983a6a3d5392a6f85c17eb78f0a | |
parent | 73c6f6b3deb95fff270898dfb3e48c116f714d5c (diff) | |
download | uxp-9920472970243912edb8c7f55636fc223909d092.tar.gz |
Bug 1341190: Date picker panel and email input validation popup close immediately after opening
-rw-r--r-- | browser/base/content/browser.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index a05b031b2c..7557d15a15 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -815,7 +815,6 @@ html|*#fullscreen-exit-button { .popup-anchor { /* should occupy space but not be visible */ opacity: 0; - visibility: hidden; pointer-events: none; -moz-stack-sizing: ignore; } |