Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timezone select is behind popover #5606

Closed
miaulalala opened this issue Dec 5, 2023 · 5 comments
Closed

timezone select is behind popover #5606

miaulalala opened this issue Dec 5, 2023 · 5 comments
Labels
1. to develop Accepted and waiting to be taken care of bug

Comments

@miaulalala
Copy link
Contributor

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

@miaulalala miaulalala added 1. to develop Accepted and waiting to be taken care of bug labels Dec 5, 2023
@miaulalala
Copy link
Contributor Author

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?

@miaulalala
Copy link
Contributor Author

okay that z-index comes from the library

@susnux
Copy link

susnux commented Dec 6, 2023

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

@miaulalala
Copy link
Contributor Author

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

Doesn't work for Firefox unfortunately

@GretaD
Copy link
Contributor

GretaD commented Mar 13, 2024

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

@GretaD GretaD closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug
Projects
None yet
Development

No branches or pull requests

3 participants