Commit 52eced6159ff7aebca3bede53ebed434a915caf7

Authored by Antonio Terceiro
2 parents d66e2c41 b86a5581

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