Skip to content

Commit

Permalink
messages: add z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco authored and zzacharo committed Jul 24, 2023
1 parent 00023f0 commit de5f5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
***********************************************/

.ui.flashed.message {
margin-top: 0;
border-radius: 0;
padding: 2px 0;
padding: 1px 0;
z-index: 1000;

.ui.button.close-btn {
background-color: transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{%- set secondColWidth = 'two wide tablet one wide computer' %}
{% endif %}

<div class="ui {{ category }} flashed message">
<div class="ui {{ category }} flashed message m-0">
<div class="ui middle aligned grid {{gridClass}}">

<div role="alert" id="flash-message" class="{{ firstColWidth }} left aligned column">
Expand Down

0 comments on commit de5f5e8

Please sign in to comment.