Skip to content

Commit

Permalink
Remove SemanticUI CSS declaration overflow-x: hidden in BODY tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 5, 2024
1 parent 0c352db commit 2e2b313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/volto/theme/themes/pastanaga/extras/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

body {
display: flex;
// RAC Popovers have problems with the default declaration coming from Semantic UI
// that forces `overflow-x: hidden` on the BODY.
overflow-x: initial;

@media only screen and (max-width: @largestMobileScreen) {
flex-direction: column;
Expand Down

0 comments on commit 2e2b313

Please sign in to comment.