Line 173: | Line 173: | ||
display: none; | display: none; | ||
min-width: 100%; | min-width: 100%; | ||
− | |||
position: absolute; | position: absolute; | ||
background: #ebebeb; | background: #ebebeb; | ||
z-index: 100; | z-index: 100; | ||
transition: 0.5s padding, 0.5s background; | transition: 0.5s padding, 0.5s background; | ||
+ | } | ||
+ | .menu-dropdown:hover{ | ||
+ | display:block; | ||
} | } | ||
Revision as of 10:33, 1 June 2019