body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
 position: fixed;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  right: 0;
  z-index:1;
  width: 400px;
  
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding:40px;
  padding-bottom:0;
  background:#02afef;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block !important;
}

@media only screen and (max-width:401px){
	.slideout-menu{
		width:100% !important;
	}
}