.bui-drawer {
  font-family: var(--bui-font-family);
}
.bui-drawer-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 0 auto;
  position: fixed;
  top: 0;
  outline: 0;
  background-color: var(--bui-color-bg-view);
}
.bui-drawer-content-left {
  left: 0;
}
.bui-drawer-content-top {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  max-height: 100%;
}
.bui-drawer-content-right {
  right: 0;
}
.bui-drawer-content-bottom {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  height: auto;
  max-height: 100%;
}
