stable
Clone or download
Read-only
Page footer should be pinned when a template is selected and it's outside the viewport (and stay pinned after that) Plus fix IE11 stuff Part of request #14405 - Glossify new project creation Change-Id: Ic43d3d97352faf99e1de10ab4f71c83f07f5ef79
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +2 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.vue | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +60 | −13 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.vue | +46 | −2 | Go to diff View file |
A | src/www/scripts/project/registration/src/helpers/is-element-in-viewport.test.ts | +56 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/helpers/is-element-in-viewport.ts | +23 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/_project-registration.scss | +31 | −4 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/includes/_project-information.scss | +1 | −1 | Go to diff View file |