File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -906,11 +906,9 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
906906 }
907907}
908908
909- @include smaller-than ($m ) {
909+ @include smaller-than ($l ) {
910910 .dropdown-search-dropdown {
911- position : fixed ;
912- right : auto ;
913- left : $-m ;
911+ inset-inline : $-m auto ;
914912 }
915913 .dropdown-search-dropdown .dropdown-search-list {
916914 max-height : 240px ;
Original file line number Diff line number Diff line change 1- <div class = " dropdown-search " components =" dropdown dropdown-search"
1+ <div components =" dropdown dropdown-search"
22 option:dropdown-search:url =" /search/entity/siblings?entity_type={{ $entity -> getType ()} } &entity_id={{ $entity -> id } }"
33 option:dropdown-search:local-search-selector =" .entity-list-item"
4- >
4+ class = " dropdown-search " >
55 <div class =" dropdown-search-toggle-breadcrumb" refs =" dropdown@toggle"
66 aria-haspopup =" true" aria-expanded =" false" tabindex =" 0" >
77 <div class =" separator" >@icon (' chevron-right' )</div >
You can’t perform that action at this time.
0 commit comments