From 089d330bbc9d824902763d333b18f5a84fa7eff0 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Fri, 22 Sep 2017 12:07:22 +0300 Subject: [PATCH] fix the action bar leaking on listing image hover --- src/containers/ListingPage/ListingPage.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css index bd138377..e21fc2c5 100644 --- a/src/containers/ListingPage/ListingPage.css +++ b/src/containers/ListingPage/ListingPage.css @@ -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: 2px; } .ownListingText {