Move app.scss into App.vue

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2022-07-12 12:12:50 +02:00
parent 1067cf001a
commit a61858eabe
3 changed files with 13 additions and 14 deletions

View File

@ -1,10 +0,0 @@
// 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;
}

View File

@ -1,2 +1 @@
@import './icons';
@import './app';