You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we define the :host as an inline-size container, but remove that in fullscreen mode. For some reason, the container property in fullscreen was causing slides to appear empty.
To Reproduce
Remove :not(:fullscreen) from the :host() selector at the top of the component definition
Use the command-period shortcut to enter fullscreen mode
Expected behaviour
It should be a normal presentation mode, but fullscreen. Instead I see empty slides.
Screenshots
Additional context
This seems to be a Chromium issue. It works fine in Safari. Firefox has other issues.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently we define the
:host
as aninline-size
container, but remove that in fullscreen mode. For some reason, the container property in fullscreen was causing slides to appear empty.To Reproduce
:not(:fullscreen)
from the:host()
selector at the top of the component definitioncommand-period
shortcut to enter fullscreen modeExpected behaviour
It should be a normal presentation mode, but fullscreen. Instead I see empty slides.
Screenshots
Additional context
This seems to be a Chromium issue. It works fine in Safari. Firefox has other issues.
The text was updated successfully, but these errors were encountered: