зеркало из https://github.com/nextcloud/forms.git
Fix Popover-Reference
To revert if the issue is fixed in server or vue-components Ref.: https://github.com/nextcloud/nextcloud-vue/issues/1384 Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Родитель
1e400fbc95
Коммит
c61e68cdb2
|
@ -26,5 +26,14 @@
|
|||
--top-bar-height: 60px;
|
||||
}
|
||||
|
||||
/* Fix for action-popover alignment
|
||||
* TODO: Can be removed, as soon as the issue is solved in server or vue-components.
|
||||
* Ref.: https://github.com/nextcloud/nextcloud-vue/issues/1384
|
||||
*/
|
||||
body {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@import 'variables';
|
||||
@import 'icons';
|
||||
|
|
Загрузка…
Ссылка в новой задаче