fix hide button

This commit is contained in:
Hannu Lyytikainen 2018-01-11 23:50:44 +02:00
parent 294f074bc7
commit a7e3537191

View file

@ -103,13 +103,16 @@
}
.showListingsContainer {
z-index: 11;
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
padding: 18px 24px;
background: var(--matterColorLight);
box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
z-index: 11;
}
.showListingsButton {