CSS issue on responsive fullscreen mode
See original GitHub issueHi, as you can see in the following screen shot, in the responsive fullscreen mode, the .widget-container
always has height: 100%
width: 100%
and z-index: 9999
, all other elements in my page are beneath this widget-containe layer, so nothing accessible in this mode.
Thanks in advance for your help.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
fullscreen - CSS: Cascading Style Sheets - MDN Web Docs
The :fullscreen pseudo-class lets you configure your stylesheets to automatically adjust the size, style, or layout of content when elements ...
Read more >Responsive Image full screen and centered - maintain aspect ...
To center it, you can use the technique shown here: Absolute centering. To make it as big as possible, give it max-width and...
Read more >How To Change The Browser To Fullscreen with JavaScript
Click on the button to open the video in fullscreen mode: Your browser does not support the video tag.
Read more >CSS Make A Div Height Full Screen [THREE SIMPLE WAYS]
Learn the three QUIKEST ways to make a div full screen using pure CSS that are height:100%, height:100vh and position:absolute.
Read more >Fullscreen Mode not working - WordPress.org
a new update is available in which we have added the option for force fullscreen and force responsive. You can download it and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mcallegari10 I use this quick fix for the moment.
Just ran into this issue where the widget blocked the page on a smaller screen size. Changing
.widget-container
in the solution above to.rcw-widget-container
fixed the the issue.