mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Merge pull request #429 from sharetribe/actiobar-fix
fix the action bar leaking on listing image hover
This commit is contained in:
commit
dd6a8b4e29
1 changed files with 4 additions and 4 deletions
|
|
@ -50,9 +50,9 @@
|
|||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
top: 13px;
|
||||
left: 13px;
|
||||
width: calc(100% - 26px);
|
||||
color: var(--matterColorNegative);
|
||||
background-color: var(--matterColor);
|
||||
z-index: 1; /* bring on top of mobile image */
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
should not show a pointer */
|
||||
cursor: initial;
|
||||
|
||||
border-radius: 2px 2px 0 0;
|
||||
border-radius: var(--borderRadius);
|
||||
}
|
||||
|
||||
.ownListingText {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue