Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.scss « css - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfb3676655532b6f1d26eb9262860161369717a6 (plain)
1
2
3
4
5
6
7
8
9
10
// Rules for the App.css entry point

body {
	overflow: hidden;
}

/* FIXME: remove after https://github.com/nextcloud/nextcloud-vue/issues/2097 is solved */
.mx-datepicker-main.mx-datepicker-popup {
	z-index: 10001 !important;
}