Skip to content

Commit

Permalink
Fixed bug steemit#3931
Browse files Browse the repository at this point in the history
Removed the "overflow: hidden" from the .App_content style in Apps.scss so that any overlays do not get cropped when opened.

Bug Fix steemit#3931
  • Loading branch information
the-gorilla-steem committed Jan 28, 2025
1 parent d05275d commit 0374f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.App__content {
margin-top: 1rem;
overflow: hidden;
//overflow: hidden;
margin-bottom: 60px;
padding-bottom: 30px;

Expand Down

0 comments on commit 0374f58

Please sign in to comment.