style fixes (#3257)

* fix for the Firefox and Viewer scrolling

* breadcrumb style fixes
This commit is contained in:
Denys Vuika
2018-05-03 10:28:56 +01:00
committed by Eugenio Romano
parent 856c4fd7f5
commit 76005cd215
2 changed files with 12 additions and 4 deletions

View File

@@ -83,6 +83,10 @@
.adf-viewer-content {
@extend .full-screen;
flex: 1;
& > div {
height: 0; // Firefox
}
}
}