diff --git a/.stylelintrc.json b/.stylelintrc.json index caa6c58932..e8e6466238 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,16 @@ { - "extends": ["stylelint-config-standard", "stylelint-config-prettier"] -} \ No newline at end of file + "extends": [ + "stylelint-config-standard", + "stylelint-config-prettier" + ], + "rules": { + "unit-no-unknown": [ + true, + { + "ignoreUnits": [ + "dvh" + ] + } + ] + } +} diff --git a/libs/styles/iframe.css b/libs/styles/iframe.css index 6c47c29914..e865c96a52 100644 --- a/libs/styles/iframe.css +++ b/libs/styles/iframe.css @@ -22,12 +22,12 @@ } .iframe-calendar { - height: 1500px; - padding-bottom: 0; + height: 1500px; + padding-bottom: 0; } @media (max-width: 1200px) { - .dialog-modal.commerce-frame .milo-iframe{ - padding-bottom:100vh; + .dialog-modal.commerce-frame .milo-iframe { + padding-bottom: 100dvh; } }