diff --git a/manon/visually-hidden.scss b/manon/visually-hidden.scss index 569b2027..6351e4f6 100644 --- a/manon/visually-hidden.scss +++ b/manon/visually-hidden.scss @@ -5,10 +5,8 @@ clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); white-space: nowrap; overflow: hidden; - width: 0; - height: 0; - max-width: 0; - max-height: 0; + width: 1px; + height: 1px; /* Overwriting any specifics that might have been set. */ /* !important is used here to solve any specificity issues */