bugfix: notification kist display on small screen (positionning of other views
This commit is contained in:
parent
c38c62b656
commit
fe35c4f5df
@ -9,6 +9,8 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
|
|
||||||
@include breakpoint(lg) {
|
@include breakpoint(lg) {
|
||||||
max-height: 83px;
|
max-height: 83px;
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
.no-sidebar {
|
.no-sidebar {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin-top: 50px;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.with-padding {
|
&.with-padding {
|
||||||
padding: 1.3rem;
|
padding: 1.3rem;
|
||||||
@ -11,8 +16,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
margin-top: 50px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.views-container {
|
.views-container {
|
||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
/*-webkit-backface-visibility: hidden;*/
|
/*-webkit-backface-visibility: hidden;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user