.MYUI-FixedLayout {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100000;
  padding-bottom: var(--safe-area-inset-bottom);
  bottom: 0;
}

/* 
.MYUI-Panel[data-header="true"] .MYUI-FixedLayout {
  margin-bottom: var(--panel_header_height);
} */