Skip to content

Commit f6a9429

Browse files
committed
hack: disable sbb header
1 parent 4b90012 commit f6a9429

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
label="Netzgrafik-Editor"
33
[subtitle]="'app.version' | translate:{ 'version': version }"
44
class="sbb-header-fixed-columns noprint"
5+
*ngIf="!disableBackend"
56
>
67
<sbb-app-chooser-section [label]="'app.user-guide' | translate" class="noprint">
78
<a href="https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/USERMANUAL.md"

src/app/netzgrafik-application/netzgrafik-application.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ a.SideBarMainIcon.sbb-active {
1313
}
1414

1515
.sbb-icon-sidebar-container.disableBackend {
16-
top: 53px;
16+
top: 0px;
1717
}

0 commit comments

Comments
 (0)