Skip to content

Commit

Permalink
fix attachment menu stretching in /wall*_* posts
Browse files Browse the repository at this point in the history
  • Loading branch information
koke228666 authored Jan 24, 2025
1 parent 4c050b2 commit 437ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover {

#wallAttachmentMenu {
position: absolute;
min-width: 94px;
min-width: 99px;
border: 1px solid darkgrey;
background-color: white;
z-index: 32;
Expand Down

0 comments on commit 437ba2b

Please sign in to comment.