
.index-grid .area {
    position: static;
}

.index-grid .area:before {
    content: '';
    width: 100vw;
    position: absolute;
    height: 1px;
    background: black;
    left: 0;
}

.index-grid .grid-content:after {
    content: '';
    width: 100vw;
    position: absolute;
    height: 1px;
    background: black;
    left: 0;
    bottom: 0;
}

.index-grid .area-background-wrapper {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.scrollable .area-wrapper {
    overflow: scroll;
    max-height: 100vh;
}