- Sticky - Fixed edge case where using
offsetsetting, sticky element would not internally scroll if the rail contents (without the offset setting) would fit on screen
- Rail - Fixed incorrect width for
close railandvery close railcaused by variable addition with mixed unitspx+em#3835
- Rail - Rail now uses
border-boxinstead ofcontent-box. This means manually specified rail widths will now need to account for padding. This was added to fix issues where railheight: 100%would incorrectly match content when a rail had padding. - Rail - Rail 100% height now uses
border-boxto ensure exact height match to container
- Sticky - Fixes issue with container size not being set explicitly on rail due to improper method renaming