Skip to content

Instantly share code, notes, and snippets.

View Rockerby's full-sized avatar
☺️

Richard Ockerby Rockerby

☺️
View GitHub Profile
@Rockerby
Rockerby / DateTimePickerUTC.css
Created March 16, 2023 17:30
A date/time picker for Umbraco that normalises UTC client-side
.offset_container * {
display: block;
}
.offset_container input {
max-width: 200px;
}