Projet

Général

Profil

0001-css-nav-left-to-right-allways-apply-a-z-index-43411.patch

Thomas Jund, 28 mai 2020 11:47

Télécharger (833 octets)

Voir les différences:

Subject: [PATCH] css: nav left-to-right: allways apply  a z-index (#43411)

 static/includes/_nav.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_nav.scss
282 282
				position: fixed;
283 283
				top: 0px;
284 284
				left: 0;
285
				z-index: 100;
285 286
				padding-top: 20px+$nav-menu-side;
286 287
				& li {
287 288
					display: block;
......
339 340
				height: auto;
340 341
			} @else if $responsive-menu == left-to-right {
341 342
				width: 15em;
342
				z-index: 100;
343 343
			}
344 344
		}
345 345
		& + ul li {
346
-