diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index a231672..e26853a 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -131,6 +131,16 @@ transition: 0.2s ease-out; } + .transparent + { + position:fixed; + top:0; + left:0; + width:100%; + height:100%; + background-color: rgba(0, 0, 0, 0.4); + } +