summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less
blob: ed488ed747802da0daaa920781a1fdf68f68dcf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import '../common';

.oo-ui-panelLayout {
	position: relative;

	&-scrollable {
		overflow-y: auto;
	}

	&-expanded {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.theme-oo-ui-panelLayout();
}