Commit b86a5581fe780a417b9ca5d56afdccd21e2bc649
1 parent
a65b6255
Exists in
master
and in
22 other branches
Notice ballon pointer-event: none
signed-off-by: Leandro Alves<leandrosustenido@gmail.com>
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 |