Commit 52eced6159ff7aebca3bede53ebed434a915caf7
Exists in
master
and in
27 other branches
Merge branch 'AI3023-translucent-notice-ballon' into 'master'
Ai3023 translucent notice ballon Usability issue: When I login, logout or do any operation that returns a massage on the notice div, I can't click on the element behind. See merge request !236
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -144,6 +144,7 @@ div#notice { | @@ -144,6 +144,7 @@ div#notice { | ||
144 | position: fixed; | 144 | position: fixed; |
145 | top: 30px; | 145 | top: 30px; |
146 | right: 30px; | 146 | right: 30px; |
147 | + pointer-events: none; | ||
147 | } | 148 | } |
148 | /* * * Generic Content Formating * * */ | 149 | /* * * Generic Content Formating * * */ |
149 | 150 |