Answer the question
In order to leave comments, you need to log in
How to replace transform in Safari browser?
Transform: scaleY(0) does not want to work in Safari
How can I solve the layout problem?
.submenu {
margin-top: 0px;
background: #f5f5f5;
position: fixed;
border: 0px solid #ccc;
left: 0%;
z-index: 5;
width: 100%;
opacity: 0;
transform: scaleY(0);
transform-origin: 0 0;
transition: .1s ease-in-out;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question