    .bgo-rich-text {

        // Fix chaotic z-index
        .sun-editor .se-toolbar {
            z-index: auto;
        }
        .sun-editor .se-wrapper {
            z-index: auto;
        }

        // Fix sticky
        .sun-editor .se-toolbar.se-toolbar-sticky {
            position: relative !important;
        }

        // Fix extra empty space in the right
        * {
            box-sizing: border-box;
        }
    }
