mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-11 04:44:15 -04:00
Adds some extra styles so <fieldset>'s show as focused when they are. Also includes replacement of `overflow: hidden` on sticky elements with a clearfix. hiding overflow clips the outline and the clearfix can be used for containing any floats instead. (I'm assuming that's why it was set here.)