Commit fede36f08995790d0aed89fdc3eeaacd94e98dc5

Authored by Dmitriy Zaporozhets
1 parent 8dd37afe

Add z-index to flash message

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
@@ -55,6 +55,7 @@ table a code { @@ -55,6 +55,7 @@ table a code {
55 bottom: 0; 55 bottom: 0;
56 width: 100%; 56 width: 100%;
57 opacity: 0.8; 57 opacity: 0.8;
  58 + z-index: 100;
58 59
59 .flash-notice { 60 .flash-notice {
60 background: #49C; 61 background: #49C;