11
11
# table {
12
12
border-spacing : 0px ;
13
13
}
14
- .modal-subscription {
15
- max-width : 650px ;
16
- }
17
14
.sub-action-column {
18
15
min-width : 160px ;
19
16
}
@@ -252,8 +249,69 @@ table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:b
252
249
table .dataTable .dtr-inline .collapsed > tbody > tr > td > .dtr-details > li {
253
250
word-break : break-word;
254
251
}
252
+ .modal-subscription {
253
+ height : 100% ;
254
+ padding-left : 0 !important ;
255
+ }
256
+ .modal-open .modal .modal-subscription {
257
+ overflow : hidden;
258
+ }
259
+ .modal-subscription .modal-dialog {
260
+ max-width : 650px ;
261
+ height : inherit;
262
+ padding-bottom : 1.75rem ;
263
+ }
264
+ .modal-subscription .modal-content {
265
+ height : 99% ;
266
+ }
267
+ .modal-subscription .modal-body {
268
+ overflow-y : auto;
269
+ overflow-x : hidden;
270
+ }
271
+ .scrollbar-mobile ::-webkit-scrollbar {
272
+ -webkit-appearance : none;
273
+ }
274
+ .scrollbar-mobile ::-webkit-scrollbar : vertical {
275
+ width : 12px ;
276
+ }
277
+ .scrollbar-mobile ::-webkit-scrollbar : horizontal {
278
+ height : 12px ;
279
+ }
280
+ .scrollbar-mobile ::-webkit-scrollbar-thumb {
281
+ background-color : rgba (0 , 0 , 0 , .5 );
282
+ border-radius : 10px ;
283
+ border : 2px solid # ffffff ;
284
+ }
285
+ .scrollbar-mobile ::-webkit-scrollbar-track {
286
+ border-radius : 10px ;
287
+ background-color : # ffffff ;
288
+ }
289
+ ::-webkit-scrollbar-button : single-button {
290
+ background-color : # ffffff ;
291
+ display : block;
292
+ border-style : solid;
293
+ height : 12px ;
294
+ width : 12px ;
295
+ }
296
+ ::-webkit-scrollbar-button : single-button : vertical : decrement {
297
+ border-width : 0px 6px 6px 6px ;
298
+ border-color : transparent transparent # 555555 transparent;
299
+ }
300
+ ::-webkit-scrollbar-button : single-button : vertical : decrement : hover {
301
+ border-color : transparent transparent # 777777 transparent;
302
+ }
303
+ ::-webkit-scrollbar-button : single-button : vertical : increment {
304
+ border-width : 6px 6px 0 6px ;
305
+ border-color : # 555555 transparent transparent transparent;
306
+ }
307
+ ::-webkit-scrollbar-button : vertical : single-button : increment : hover {
308
+ border-color : # 777777 transparent transparent transparent;
309
+ }
255
310
@media (max-width : 576px ) {
256
311
.container {
257
312
max-width : 480px ;
258
313
}
314
+ .modal .modal-subscription .modal-dialog {
315
+ width : auto;
316
+ }
259
317
}
0 commit comments