mirror of
https://github.com/nextcloud/spreed.git
synced 2025-08-16 15:27:59 +00:00
Move app.scss into App.vue
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
10
css/app.scss
10
css/app.scss
@ -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;
|
||||
}
|
@ -1,2 +1 @@
|
||||
@import './icons';
|
||||
@import './app';
|
||||
|
Reference in New Issue
Block a user