fix: incorrect selector

This commit is contained in:
alistair3149 2021-03-13 21:14:16 -05:00 committed by GitHub
parent 3044aed787
commit 79da99f8ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,11 +253,9 @@ video {
max-width: 100%; // Prevent overflow
}
.citizen-animations-ready {
html {
// So that the delay scroll animation won't happen on load
scroll-behavior: smooth; // not supported by IE, Edge, Safari, and Opera, use JQuery as fallback
}
html.citizen-animations-ready {
// So that the delay scroll animation won't happen on load
scroll-behavior: smooth; // not supported by IE, Edge, Safari, and Opera, use JQuery as fallback
}
.skin-citizen-dark {