This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 75bce0a2cbee6ac5085532acc2fb7e7539eb2dc7 Author: Dan Klco <[email protected]> AuthorDate: Fri Apr 2 09:03:29 2021 -0400 Minor - missed setting overflow --- ui/src/main/frontend/scss/cms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/main/frontend/scss/cms.scss b/ui/src/main/frontend/scss/cms.scss index f3fbc5c..4be84bd 100644 --- a/ui/src/main/frontend/scss/cms.scss +++ b/ui/src/main/frontend/scss/cms.scss @@ -197,6 +197,7 @@ small.card-footer-item { .Main-Content .level-left { overflow-x: auto; + overflow-y: hidden; } .main-section {
