This is an automated email from the ASF dual-hosted git repository. tbrasmussen pushed a commit to branch update-gradle-readme-and-minor-css-fix in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit 895c56208a46ad4d1a44cc9c0b87b843545bbed3 Author: Thomas Rasmussen <[email protected]> AuthorDate: Tue Mar 17 20:10:22 2026 +0100 Fix minor css issue in Firefox Firefox shows the scrollbar when mouse moves over the content section on the community page: https://grails.apache.org/community.html All content is visible --- assets/stylesheets/screen.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/stylesheets/screen.css b/assets/stylesheets/screen.css index ebbbfd5e59c..dcae7147b72 100644 --- a/assets/stylesheets/screen.css +++ b/assets/stylesheets/screen.css @@ -273,7 +273,6 @@ li { .content { margin: 0 auto; z-index: 2; - overflow: auto; } .content {
