We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db27be7 commit 9f4ba0cCopy full SHA for 9f4ba0c
docs/assets/css/stellarnav.css
@@ -164,4 +164,10 @@ body.stellarnav-noscroll-x { overflow-x: hidden; }
164
/* mobile nav */
165
@media only screen and (max-width : 420px) {
166
.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
167
+ .stellarnav.mobile ul {
168
+ position: absolute;
169
+ }
170
+ .stellarnav.mobile ul li:hover{
171
+ background-color: #d0fcf4;
172
173
}
0 commit comments