nextcloud/calendar

timezone select is behind popover

Closed this issue · 5 comments

Steps to reproduce

  1. Open event popover modal
  2. Change timezone
  3. Timezone select is behind popover

Expected behavior

The timezone select should be in the front

Actual behaviour

It is not.
813-732-max

Calendar app version

4.6.0

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

No response

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

No response

Updated from an older installed version or fresh install

None

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

Chrome works, firefox does not. Setting the z-index to auto for the popovers (both calendar event and timezone) fixes it. Can't find the source of the z-index, maybe fullcalendar?

okay that z-index comes from the library

You can workaround by setting --vs-dropdown-z-index: 100001; inside the popover

You can workaround by setting --vs-dropdown-z-index: 100001; inside the popover

Doesn't work for Firefox unfortunately

i fixed this on nc/vue and should be fine after the upgrade to nc/vue 8.7

Screenshot from 2024-03-13 10-59-18