Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react make component full screen

.fill-window {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

<div className="fill-window"> Content </div>
 
PREVIOUS NEXT
Tagged: #react #component #full #screen
ADD COMMENT
Topic
Name
5+7 =