@mixin theme() {
  .dynamic-grid-fake-scrollbar {
    $scrollbar-height: 17px;
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: $scrollbar-height;
    min-height: $scrollbar-height;
    overflow-x: auto;
  }
}
