Remove unnecessary css properties

This commit is contained in:
Johannes Loher 2021-03-04 09:04:33 +01:00
parent dabcf885a6
commit b811e7ccfe

View file

@ -23,13 +23,11 @@
&__overlay { &__overlay {
border: none; border: none;
bottom: 0; bottom: 0;
height: 100%;
left: 0; left: 0;
opacity: 0; opacity: 0;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
transition: 0.1s ease; transition: 0.1s ease;
width: 100%;
} }
} }