umbraco / Umbraco.UI

Umbraco UI Components
MIT License
124 stars 46 forks source link

Scrolling table items display under fixed table header #884

Closed warrenbuckley closed 3 months ago

warrenbuckley commented 3 months ago

Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.

@umbraco-cms/backoffice@14.1.1

Bug summary

When scrolling items in a uui-table the fixed header uui-table-head does not have a background set so the table items will scroll underneath the fixed header and look a bit wonky.

Just needs a background set imo

Specifics

No response

Steps to reproduce

image

Expected result / actual result

That the table items does not scroll and be visible underneath the table header row

warrenbuckley commented 3 months ago

Closing as this is specific to Umbraco with and not UUI library

warrenbuckley commented 3 months ago

Was a dupe of this issue https://github.com/umbraco/Umbraco-CMS/issues/16467

Which Lee fixed in this PR scheduled for 14.2 https://github.com/umbraco/Umbraco.CMS.Backoffice/pull/2077