/* Write your custom css code here */

.off-canvas-base {
  position: fixed;
float:right !important;
 background-color: transparent !important; }

.off-canvas-base .offvancas-content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: inherit;
  overflow: auto; 
float:right !important;


 background-color: transparent !important;
}