diff --git a/package.json b/package.json index c677192c..59cd818b 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,6 @@ "build:prod": "npm run build -- --prod", "build:prod:aot": "npm run build:prod -- --aot", "build:ci": "npm-run-all -p -r build:prod build:prod:aot", - "build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-admin/\" && ngh", - "build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"", "test": "ng test -sr", "test:coverage": "rimraf coverage && npm run test -- -cc", "lint": "ng lint --type-check", diff --git a/src/app/@theme/layouts/sample/sample.layout.scss b/src/app/@theme/layouts/sample/sample.layout.scss index 3d6b6cef..7ccf7b77 100644 --- a/src/app/@theme/layouts/sample/sample.layout.scss +++ b/src/app/@theme/layouts/sample/sample.layout.scss @@ -6,22 +6,6 @@ nb-layout-column.small { flex: 0.15 !important; } - // hot fix for iOS, TODO: move to framework - /deep/ body { - position: relative; - } - // hot fix for iOS, TODO: move to framework - nb-sidebar.fixed { - -webkit-transform: translate3d(0, 0, 0); // ios optimisation - height: calc(100vh - #{nb-theme(header-height)}); - - /deep/ .scrollable { - @include media-breakpoint-down(sm) { - overflow-y: scroll; - -webkit-overflow-scrolling: touch; - } - } - } nb-sidebar.settings-sidebar { $sidebar-width: 7.5rem;