Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
516 changes: 0 additions & 516 deletions src/assets/js/step-by-step-nav.js

This file was deleted.

11 changes: 11 additions & 0 deletions src/assets/scss/components/_sub-navigation.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
.app-grid-row--flex {
display: flex;
flex-wrap: wrap;

&::after {
display: none;
}
}

.app-subnav {
// Since the back to top link is outside the flow of the document we need to create a space for it.
// This number is magic and was determined by manually judging the visual spacing.
margin-bottom: 100px;
padding: 0 govuk-spacing(3) 0 0;
position: sticky;
top: govuk-spacing(3);
@include govuk-font(16);
}

Expand Down
1 change: 0 additions & 1 deletion src/assets/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $govuk-global-styles: true;
@import "node_modules/@x-govuk/govuk-prototype-components/x-govuk/all";
@import "node_modules/maplibre-gl/dist/maplibre-gl";
@import "src/assets/scss/_scrollable-container.scss";
@import "./step-by-step-nav.scss";
@import "./overrides";
@import "./components/dataset-navigation";
@import "./components/cookie-banner";
Expand Down
Loading
Loading