mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
fix hide button
This commit is contained in:
parent
294f074bc7
commit
a7e3537191
1 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue