diff --git a/addons/website/static/src/snippets/s_popup/001.scss b/addons/website/static/src/snippets/s_popup/001.scss
index af92f1b8c42934cd94ae0420d7c81a28213321f5..f8ae94ca632e69a853993d63659d10f93e3fec2d 100644
--- a/addons/website/static/src/snippets/s_popup/001.scss
+++ b/addons/website/static/src/snippets/s_popup/001.scss
@@ -1,11 +1,17 @@
 .s_popup[data-vcss='001']  {
     .modal-content {
         min-height: $font-size-lg * 2;
+        max-height: none;
         border: 0;
         border-radius: 0;
         box-shadow: $modal-content-box-shadow-sm-up;
     }
 
+    .modal-dialog {
+        height: auto;
+        min-height: 100%;
+    }
+
     // Close icon
     .s_popup_close {
         z-index: $zindex-modal;