fix disabled content styles

This commit is contained in:
Alina Beck 2020-02-20 00:32:18 +01:00
parent 46616f5e6b
commit f564126e13

View File

@ -13,6 +13,8 @@ $easeOut: cubic-bezier(0.19, 1, 0.22, 1);
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;