MOBILE-4188 user: Undo sticky participants search
parent
546dd59693
commit
fa6eb60470
|
@ -31,7 +31,6 @@ import { CoreRoutedItemsManagerSourcesTracker } from '@classes/items-management/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'page-core-user-participants',
|
selector: 'page-core-user-participants',
|
||||||
templateUrl: 'participants.html',
|
templateUrl: 'participants.html',
|
||||||
styleUrls: ['participants.scss'],
|
|
||||||
})
|
})
|
||||||
export class CoreUserParticipantsPage implements OnInit, AfterViewInit, OnDestroy {
|
export class CoreUserParticipantsPage implements OnInit, AfterViewInit, OnDestroy {
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
:host {
|
|
||||||
|
|
||||||
core-split-view {
|
|
||||||
isolation: isolate;
|
|
||||||
}
|
|
||||||
|
|
||||||
core-search-box {
|
|
||||||
position: sticky;
|
|
||||||
top: 8px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue