rolandtoth/AdminOnSteroids

AdminThemeUikit - Image fields size information overlaps download icon

gmclelland opened this issue · 3 comments

Looks like this happens with the Classic theme as well.

I think the fix is to remove:

.aos_downloadAsset {
    position: absolute;
    z-index: 99;
}

This commit is still needed to fix this issue fbae6ba

Looks like this is fixed now.