From a75a4dd8b243ccb5059597f75d4d1633ae42c54f Mon Sep 17 00:00:00 2001 From: Celestora Date: Wed, 13 Oct 2021 21:21:09 +0300 Subject: [PATCH] Wall: Add z-index to attachment menu --- Web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index d97a4fc5..e3126c3b 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1384,6 +1384,7 @@ body.scrolled .toTop:hover { margin-top: 20px; border: 1px solid darkgrey; background-color: white; + z-index: 32; } #wallAttachmentMenu > a {