mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
fix: incorrect selector
This commit is contained in:
parent
3044aed787
commit
79da99f8ea
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue