jyotiattri commented on a change in pull request #200: fixed issue for content
wider than screen for pages
URL: https://github.com/apache/camel-website/pull/200#discussion_r397054423
##########
File path: antora-ui-camel/src/css/release.css
##########
@@ -11,3 +11,9 @@
grid-column-start: 2;
margin-left: 1rem;
}
+
+@media screen and (max-width: 1023px) and (min-width: 480px) {
+ .release dl {
+ overflow: scroll;
+ }
+}
Review comment:
No, the downside of this. It will work fine without using the media query.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services