bugfix: notification kist display on small screen (positionning of other views

This commit is contained in:
gaelle morin 2020-06-12 15:32:38 +02:00
parent c38c62b656
commit fe35c4f5df
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 12 additions and 0 deletions

View File

@ -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;

View File

@ -1,5 +1,10 @@
.no-sidebar {
flex: 1;
margin-top: 50px;
@include breakpoint(lg) {
margin-top: 0;
}
&.with-padding {
padding: 1.3rem;
@ -11,8 +16,13 @@
display: flex;
flex-direction: row;
align-items: stretch;
margin-top: 50px;
overflow: hidden;
@include breakpoint(lg) {
margin-top: 0;
}
.views-container {
flex: 1 0 0;
/*-webkit-backface-visibility: hidden;*/