Hey, this class works for centering elements vertically
.Absolute-Center {
width: 100%;
height: 100%;
//overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
Hey, this class works for centering elements vertically
.Absolute-Center {
width: 100%;
height: 100%;
//overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}