@import "../rt.variables.less";

.rt-layout{
    position: relative;
    height: 100%;
    width: 100%;
    &>*{
        position: absolute;
        overflow: auto;
        background-size: cover;
        &::-webkit-scrollbar {
            background: transparent;
            width: 0px;
        }
        &:hover::-webkit-scrollbar {
            background: transparent;
        }
    }
}
