DaanHoogland commented on code in PR #134:
URL: https://github.com/apache/cloudstack-www/pull/134#discussion_r1464450901


##########
src/css/custom.css:
##########
@@ -274,7 +282,7 @@ h1 {
 }
 .user-survey {
     width: 100%;
-    height: 6175px;
+    min-height: 600px;

Review Comment:
   I changed this one explicitely on request to have the whole survey in view 
and not in a viewport:
   
   ```suggestion
       min-height: 600px;
       height: 6175px;
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to