-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fullscreen: fixes after testing #18191
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
Conversation
--ck-z-panel: calc(var(--ck-z-default) + 999); | ||
--ck-z-dialog: 100000; | ||
|
||
/* CKBox wrapper has z-index of 9999, let's bump it over the dialog's to ensure visibility like outside fullscreen mode. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we add an integration for CKBox
that will add an additional CSS class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICS there is no such configuration option, so changing a variable value seems like an expected way to customize the dialog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was considering whether we could extend the CKBox initialization to add an additional CSS class, but I haven’t checked it yet. If it’s not possible, we can skip it.
Co-authored-by: Dawid Kossowski <20561161+DawidKossowski@users.noreply.github.com>
93d952f
to
02aa7a3
Compare
Suggested merge commit message (convention)
Internal (fullscreen): Integrate with CKBox. Closes #18189.
Internal (fullscreen): Fix dialogs and balloons positioning in scrollable container. Closes #18153.
Internal (fullscreen): Remove icon and rename fullscreen menu bar. Closes #18187.
Internal (fullscreen): Rename fullscreen toolbar buttons to "Enter/leave fullscreen mode". Closes #18188.
Additional information
Other issues that should work on this branch (were fixed in the meantime):