/* Fix lỗi không hiện menu chuột phải trong quản lý file (bài viết) */
.context-menu-list {
    z-index: 99997 !important;
}

/* Chuyển thông báo upload lên bên top, tránh che nút chèn file */
.rv-upload-progress.position-fixed {
    left: 0 !important;
    right: unset !important;
}
