@@ -263,11 +263,47 @@ export const useStyles = makeStyles({
263263 paddingRight : '1.5rem !important' ,
264264 } ,
265265 paddingLeft : '0 !important' ,
266+ '@media(min-width: 423px) and (max-width: 499px)' : {
267+ position : 'sticky' ,
268+ zIndex : 2 ,
269+ right : 0 ,
270+ opacity : '1 !important' ,
271+ backgroundColor : 'white' ,
272+ boxShadow : 'inset 0 -1px 0 #E0E0E0' ,
273+ borderBottom : '0 !important' ,
274+ } ,
275+ '@media(min-width: 626px) and (max-width: 720px)' : {
276+ position : 'sticky' ,
277+ zIndex : 2 ,
278+ right : 0 ,
279+ opacity : '1 !important' ,
280+ backgroundColor : 'white' ,
281+ boxShadow : 'inset 0 -1px 0 #E0E0E0' ,
282+ borderBottom : '0 !important' ,
283+ } ,
284+ '@media(min-width: 1423px) and (max-width: 1615px)' : {
285+ position : 'sticky' ,
286+ zIndex : 2 ,
287+ right : 0 ,
288+ opacity : '1 !important' ,
289+ backgroundColor : 'white' ,
290+ boxShadow : 'inset 0 -1px 0 #E0E0E0' ,
291+ borderBottom : '0 !important' ,
292+ }
266293 } ,
267294 borrowCell : {
268295 '@media(min-width: 1200px)' : {
269296 paddingRight : '1.5rem !important' ,
270297 } ,
298+ '@media(min-width: 423px) and (max-width: 499px)' : {
299+ right : '21% !important' ,
300+ } ,
301+ '@media(min-width: 626px) and (max-width: 720px)' : {
302+ right : '19% !important' ,
303+ } ,
304+ '@media(min-width: 1423px) and (max-width: 1615px)' : {
305+ right : '17% !important' ,
306+ }
271307 } ,
272308 supplyButton : {
273309 borderRadius : '8px' ,
@@ -349,5 +385,16 @@ export const useStyles = makeStyles({
349385 '@media(min-width: 1200px)' : {
350386 paddingRight : '1.5rem !important' ,
351387 } ,
388+ } ,
389+ borrowCellHeader : {
390+ '@media(min-width: 423px) and (max-width: 499px)' : {
391+ right : '21% !important' ,
392+ } ,
393+ '@media(min-width: 626px) and (max-width: 720px)' : {
394+ right : '19% !important' ,
395+ } ,
396+ '@media(min-width: 1423px) and (max-width: 1615px)' : {
397+ right : '17% !important' ,
398+ }
352399 }
353400} ) ;
0 commit comments