bugfix: notification kist display on small screen (positionning of other views
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
flex-shrink: 0;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
width: -webkit-fill-available;
|
||||
width: -moz-available;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
max-height: 83px;
|
||||
|
Reference in New Issue
Block a user