Task #2760
Task #2674: Responsive design
Make fullscreen dialog
Start date:
05/25/2020
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 4 years ago
Obs:
- A basic dialog kinda looks like what I want
- Does SUI have a fullscreen option?
- Yeah, but it doesn't fill the screen
- Add support for the popup dialog to fill
- Like this one: https://material-ui.com/components/dialogs/ which has an option for fullscreen
- I can get this to kinda work. However, neither fixed nor absolute positioning prevents it from scrolling
position: absolute; width: 100%; /* max-height: 300px; */ overflow-y: auto; padding: 0px; top: 0; left: 0; height: 100vh;
- Use the basic dialog
- Have the view show an entirely custom dialog and have code the can render the content as a modal when the viewport gets too small
#2 Updated by Luke Murphey over 4 years ago
View is blowing up for some reason.
Obs:- Lots of people get it when the import/export it incorrectly
- What argument is the one that is causing the problem?
- onClickBack
- title
Fixed: I was using the style object like in styled components
#3 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100