Background flash when loading
Ugly background while loading next page in spaces directory appears while switching pages. Any way how to prevent it? Can it be natively fixed? Maybe when it takes more time to load next page this appears only. Make make this background transparent?

This is not a bug, the UX transition is like this, if you want transparent background when loading the spaces by filter, you can use custom CSS.
Tawsif Ahmed RiyadΒ Can you give me selectors if possible please? For background and for loading circle would be awesome. It is hard to catch it loading sometime.
Drive Zone, here you go.
.el-loading-maskΒ {
background-color: transparent !important;
}Tawsif Ahmed RiyadΒ Do you have also spinner icon selector? I would like to change its color
Tawsif Ahmed RiyadΒ Works, many thanks!