Home › Forums › CSS › Flexbox Not Working On Safari › Reply To: Flexbox Not Working On Safari
February 18, 2019 at 1:24 am
#283069
Participant
The following code is not working in safari (5.1.7)
<
div class="flex-container">
<
div class="slider_wizzard">
.grid_slide_area.slider_2 .smart-form .flex-container{
display: flex;
display: -webkit-flex;
display: -moz-flex;
overflow: auto;
min-height: 100%;
}
.slider_wizzard{
width: 27.1%;
padding: 0 7px 0 5px;
background: #e8e8e8;
float: left;
}
.grid_slide{
width: 72%;
background: #fff;
float: left;
}