summaryrefslogtreecommitdiffstats
path: root/core/css/ie.scss
blob: a4d2c8336ecb9b15c497bfb76726e0df404bf7d7 (plain)
1
2
3
4
5
6
7
8
9
10
#app-sidebar {
	position: fixed !important;
}
#app-content {
	width: $navigation-width !important;
}
#app-sidebar.disappear {
	right: -$sidebar-max-width !important;
}