Projet

Général

Profil

0001-backoffice-adjust-sidebar-to-not-be-sticky-on-mobile.patch

Frédéric Péters, 18 mai 2018 09:24

Télécharger (778 octets)

Voir les différences:

Subject: [PATCH] backoffice: adjust sidebar to not be sticky on mobile
 (#23911)

 wcs/qommon/static/css/dc2/admin.css | 5 +++++
 1 file changed, 5 insertions(+)
wcs/qommon/static/css/dc2/admin.css
1188 1188
		position: static;
1189 1189
	}
1190 1190

  
1191
	div#sticky-sidebar {
1192
		position: static;
1193
		height: auto !important;
1194
	}
1195

  
1191 1196
	#sidebar-toggle {
1192 1197
		display: none;
1193 1198
	}
1194
-