mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
[HIMA-751] Remission lists perfectscrollbar removed as dropdown filter functionality failure.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
$device-height: 500px;
|
||||
$tablet-height: 283px;
|
||||
|
||||
.remission-filter-item {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.filter {
|
||||
.filter-title {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -414,7 +414,6 @@ export class RemissionFilterItemComponent implements OnInit, OnDestroy, AfterVie
|
||||
if (this.expanded && this.windowHeight && this.filterItem) {
|
||||
const b = this.filterItem.nativeElement.getBoundingClientRect().bottom;
|
||||
const h = this.windowHeight - b - 85;
|
||||
this.renderer.setStyle(this.filterList.nativeElement, 'top', `${b}px`);
|
||||
this.renderer.setStyle(this.filterList.nativeElement, 'height', `${h}px`);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#remissionListContainer
|
||||
id="remission-list-container"
|
||||
class="remission-list-container"
|
||||
[perfectScrollbar]="{minScrollbarLength: 20}"
|
||||
(scroll)="onScroll()"
|
||||
>
|
||||
<div class="headers" *ngIf="resourceTypeSwitch">
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
id="remission-list-container"
|
||||
#remissionListContainer
|
||||
class="remission-list-container"
|
||||
[perfectScrollbar]="{minScrollbarLength: 20}"
|
||||
(scroll)="scrollHandler($event)"
|
||||
*ngIf="!shippingDocumentCreationPage && loaded"
|
||||
>
|
||||
|
||||
@@ -67,7 +67,6 @@ import { RemissionsOverviewCardContentComponent } from './components/remissions-
|
||||
import { RemissionDetailsComponent } from './pages/remission-details/remission-details.component';
|
||||
import { RemissionDetailsProductComponent } from './components/remission-details-product/remission-details-product.component';
|
||||
import { RemissionDetailsPrimaryCtaComponent } from './components/remission-details-primary-cta/remission-details-primary-cta.component';
|
||||
import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -110,7 +109,6 @@ import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar';
|
||||
RemissionClientRoutingModule,
|
||||
DoubleChoiceSwitchModule,
|
||||
ProgressBarModule,
|
||||
PerfectScrollbarModule,
|
||||
SmallDoubleChoiceSwitchModule,
|
||||
IconModule,
|
||||
ButtonModule,
|
||||
|
||||
Reference in New Issue
Block a user