MOBILE-4188 user: Undo sticky participants search

main
Noel De Martin 2023-04-19 15:02:16 +02:00
parent 546dd59693
commit fa6eb60470
2 changed files with 0 additions and 14 deletions

View File

@ -31,7 +31,6 @@ import { CoreRoutedItemsManagerSourcesTracker } from '@classes/items-management/
@Component({
selector: 'page-core-user-participants',
templateUrl: 'participants.html',
styleUrls: ['participants.scss'],
})
export class CoreUserParticipantsPage implements OnInit, AfterViewInit, OnDestroy {

View File

@ -1,13 +0,0 @@
:host {
core-split-view {
isolation: isolate;
}
core-search-box {
position: sticky;
top: 8px;
z-index: 1;
}
}