2734
правки
Изменения
Нет описания правки
{
display: none;
width: 50px;
height: 50px;
cursor: pointer;
opacity: 0.5;
position: fixed;
left: 30px;
bottom: 30px;
z-index: 10000;
//background-color: rgba(255,255,255,1); //-webkit-transition: background-color 0.4s ease; //transition: background-color 0.4s ease; -webkit-transform:translateZ(0);
}
#scroll-top:hover
{
opacity: 1;
//background-color: rgba(0,0,0,0.5);
}