Commit b86a5581fe780a417b9ca5d56afdccd21e2bc649

Authored by Leandro Alves
1 parent a65b6255

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 144 position: fixed;
145 145 top: 30px;
146 146 right: 30px;
  147 + pointer-events: none;
147 148 }
148 149 /* * * Generic Content Formating * * */
149 150  
... ...