From 76479f6bf7dcd45c328db562c56785f21190a1a1 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Tue, 22 Aug 2023 06:02:30 +0400 Subject: [PATCH] hound fix --- app/assets/stylesheets/shared/assets.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/shared/assets.scss b/app/assets/stylesheets/shared/assets.scss index bbdb43472..3e2767b59 100644 --- a/app/assets/stylesheets/shared/assets.scss +++ b/app/assets/stylesheets/shared/assets.scss @@ -249,15 +249,15 @@ } .attachment-image-tooltip { + bottom: 90px; display: none; - z-index: 9999; position: relative; right: 110px; - bottom: 90px; + z-index: 9999; img { - width: 150px; height: 150px; + width: 150px; } }