Ui/Resiszable (#990)

* fixed toast
fixed filter refresh on reload

* revarted

* sticky selectlist header

* apply check to filtered items

* grpc filter Bug

* should almost fix filtering

* working without disabled

* handle disabled items

* small refactor

* almost working with weird jesture

* test

* servicesFilterList height

* fixed to work

* refresh margin

* after PR notes

* remove redunded var

* pr review

* Pr comments

* removed line

* removed redundant

* nullable check

Co-authored-by: Leon <>
This commit is contained in:
leon-up9
2022-04-12 16:27:20 +03:00
committed by GitHub
parent f8496c0235
commit df1fd2c3a7
7 changed files with 108 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
.modalContainer
display: flex
flex-wrap: nowrap
width: 100%
height: 100%
@@ -11,8 +10,6 @@
.filterSection
flex: 15%
border-right: 1px solid $blue-color
margin-right: 2%
height: 100%
.filters table
@@ -38,6 +35,7 @@
display: flex
flex-direction: column
margin-right: 10px
width: 100%
.servicesFilterSearch
width: calc(100% - 10px)
@@ -47,7 +45,7 @@
margin-bottom: 5px
.servicesFilter
margin-top: clamp(25px,15%,35px)
margin-top: 15px
height: 100%
overflow: hidden