зеркало из https://github.com/nextcloud/spreed.git
Fix date picker z-index
To make it appear on top of the settings modal. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Родитель
5df729fe47
Коммит
7a07db57ae
|
@ -3,3 +3,8 @@
|
|||
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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче