Skip to content

Commit 5a19b10

Browse files
committed
hack: disable sbb header
1 parent 0fb8fce commit 5a19b10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/app.component.html

+1
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

+1-1
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)