.w-e-content-mantle{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    .w-e-content-preview{
        width: 100%;
        min-height: 100%;
        padding: 0 10px;
        line-height: 1.5;

        img {
            cursor: default;
            &:hover {
                box-shadow: none;
            }
        }
    }
}

.w-e-menue-mantle{
    position: absolute;
    height:100%;
    width: 100%;
    top: 0;
    left: 0;
}