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

fix(FEC-14076): Player v7 | Download | Download notification popup is being display behind download overlay. #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SivanA-Kaltura
Copy link
Contributor

@SivanA-Kaltura SivanA-Kaltura commented Aug 1, 2024

Description of the Changes

Change the toasts container z index from 2 to 9999 to make it appear on top of everything else

Related PR: kaltura/playkit-js-ui#916

Resolves: FEC-14076

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@@ -1,10 +1,11 @@
.toastsContainer {
position: absolute;
z-index: 9999;
Copy link
Contributor

@JonathanTGold JonathanTGold Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suggest to put a reasonable number, otherwise, we might get into infinite numbers,
and this is prone to error (the next one will set 100 and expect to be above all)

somthing like 5 (just need to search globally in the project to figure out the current max)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants