Vishwanath77 commited on
Commit
52f3c68
·
verified ·
1 Parent(s): 4d24ab6

Upload 6 files

Browse files
src/apps/templates/Judgechatbot.html CHANGED
@@ -492,15 +492,18 @@
492
  top: 0;
493
  left: 0;
494
  height: 100vh;
 
495
  width: 300px;
496
- transform: translateX(-100%);
497
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
498
  z-index: 1000;
499
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
500
  }
501
 
502
  .sidebar.active {
503
- transform: translateX(0);
504
  }
505
 
506
  .top-bar {
@@ -530,6 +533,8 @@
530
  .messages-container {
531
  padding: 25px 15px;
532
  gap: 20px;
 
 
533
  }
534
 
535
  .user-msg {
 
492
  top: 0;
493
  left: 0;
494
  height: 100vh;
495
+ height: 100dvh;
496
  width: 300px;
497
+ transform: translateX(-100%) !important;
498
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
499
  z-index: 1000;
500
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
501
+ overflow-y: auto !important;
502
+ -webkit-overflow-scrolling: touch;
503
  }
504
 
505
  .sidebar.active {
506
+ transform: translateX(0) !important;
507
  }
508
 
509
  .top-bar {
 
533
  .messages-container {
534
  padding: 25px 15px;
535
  gap: 20px;
536
+ overflow-y: auto !important;
537
+ -webkit-overflow-scrolling: touch;
538
  }
539
 
540
  .user-msg {
src/apps/templates/advocatechatbot.html CHANGED
@@ -456,15 +456,18 @@
456
  top: 0;
457
  left: 0;
458
  height: 100vh;
 
459
  width: 280px;
460
- transform: translateX(-100%);
461
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
462
  z-index: 1000;
463
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
464
  }
465
 
466
  .sidebar.active {
467
- transform: translateX(0);
468
  }
469
 
470
  .top-bar {
@@ -494,6 +497,8 @@
494
  .messages-container {
495
  padding: 25px 15px;
496
  gap: 20px;
 
 
497
  }
498
 
499
  .user-msg {
 
456
  top: 0;
457
  left: 0;
458
  height: 100vh;
459
+ height: 100dvh;
460
  width: 280px;
461
+ transform: translateX(-100%) !important;
462
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
463
  z-index: 1000;
464
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
465
+ overflow-y: auto !important;
466
+ -webkit-overflow-scrolling: touch;
467
  }
468
 
469
  .sidebar.active {
470
+ transform: translateX(0) !important;
471
  }
472
 
473
  .top-bar {
 
497
  .messages-container {
498
  padding: 25px 15px;
499
  gap: 20px;
500
+ overflow-y: auto !important;
501
+ -webkit-overflow-scrolling: touch;
502
  }
503
 
504
  .user-msg {
src/apps/templates/citizen.html CHANGED
@@ -527,11 +527,14 @@
527
  top: 0;
528
  left: 0;
529
  height: 100vh;
 
530
  width: 280px;
531
  transform: translateX(-100%) !important;
532
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
533
  z-index: 1000;
534
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
535
  }
536
 
537
  .sidebar.active {
@@ -565,6 +568,8 @@
565
  .messages-container {
566
  padding: 25px 15px;
567
  gap: 20px;
 
 
568
  }
569
 
570
  .user-msg {
 
527
  top: 0;
528
  left: 0;
529
  height: 100vh;
530
+ height: 100dvh;
531
  width: 280px;
532
  transform: translateX(-100%) !important;
533
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
534
  z-index: 1000;
535
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
536
+ overflow-y: auto !important;
537
+ -webkit-overflow-scrolling: touch;
538
  }
539
 
540
  .sidebar.active {
 
568
  .messages-container {
569
  padding: 25px 15px;
570
  gap: 20px;
571
+ overflow-y: auto !important;
572
+ -webkit-overflow-scrolling: touch;
573
  }
574
 
575
  .user-msg {
src/apps/templates/minor.html CHANGED
@@ -456,15 +456,18 @@
456
  top: 0;
457
  left: 0;
458
  height: 100vh;
 
459
  width: 280px;
460
- transform: translateX(-100%);
461
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
462
  z-index: 1000;
463
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
464
  }
465
 
466
  .sidebar.active {
467
- transform: translateX(0);
468
  }
469
 
470
  .top-bar {
@@ -494,6 +497,8 @@
494
  .messages-container {
495
  padding: 25px 15px;
496
  gap: 20px;
 
 
497
  }
498
 
499
  .user-msg {
 
456
  top: 0;
457
  left: 0;
458
  height: 100vh;
459
+ height: 100dvh;
460
  width: 280px;
461
+ transform: translateX(-100%) !important;
462
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
463
  z-index: 1000;
464
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
465
+ overflow-y: auto !important;
466
+ -webkit-overflow-scrolling: touch;
467
  }
468
 
469
  .sidebar.active {
470
+ transform: translateX(0) !important;
471
  }
472
 
473
  .top-bar {
 
497
  .messages-container {
498
  padding: 25px 15px;
499
  gap: 20px;
500
+ overflow-y: auto !important;
501
+ -webkit-overflow-scrolling: touch;
502
  }
503
 
504
  .user-msg {
src/apps/templates/studentchatbot.html CHANGED
@@ -468,15 +468,18 @@
468
  top: 0;
469
  left: 0;
470
  height: 100vh;
 
471
  width: 280px;
472
- transform: translateX(-100%);
473
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
474
  z-index: 1000;
475
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
476
  }
477
 
478
  .sidebar.active {
479
- transform: translateX(0);
480
  }
481
 
482
  .top-bar {
@@ -506,6 +509,8 @@
506
  .messages-container {
507
  padding: 25px 15px;
508
  gap: 20px;
 
 
509
  }
510
 
511
  .user-msg {
 
468
  top: 0;
469
  left: 0;
470
  height: 100vh;
471
+ height: 100dvh;
472
  width: 280px;
473
+ transform: translateX(-100%) !important;
474
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
475
  z-index: 1000;
476
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
477
+ overflow-y: auto !important;
478
+ -webkit-overflow-scrolling: touch;
479
  }
480
 
481
  .sidebar.active {
482
+ transform: translateX(0) !important;
483
  }
484
 
485
  .top-bar {
 
509
  .messages-container {
510
  padding: 25px 15px;
511
  gap: 20px;
512
+ overflow-y: auto !important;
513
+ -webkit-overflow-scrolling: touch;
514
  }
515
 
516
  .user-msg {
src/apps/templates/womanchatbot.html CHANGED
@@ -506,15 +506,18 @@
506
  top: 0;
507
  left: 0;
508
  height: 100vh;
 
509
  width: 280px;
510
- transform: translateX(-100%);
511
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
512
  z-index: 1000;
513
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
 
 
514
  }
515
 
516
  .sidebar.active {
517
- transform: translateX(0);
518
  }
519
 
520
  .top-bar {
@@ -544,6 +547,8 @@
544
  .messages-container {
545
  padding: 25px 15px;
546
  gap: 20px;
 
 
547
  }
548
 
549
  .user-msg {
 
506
  top: 0;
507
  left: 0;
508
  height: 100vh;
509
+ height: 100dvh;
510
  width: 280px;
511
+ transform: translateX(-100%) !important;
512
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
513
  z-index: 1000;
514
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
515
+ overflow-y: auto !important;
516
+ -webkit-overflow-scrolling: touch;
517
  }
518
 
519
  .sidebar.active {
520
+ transform: translateX(0) !important;
521
  }
522
 
523
  .top-bar {
 
547
  .messages-container {
548
  padding: 25px 15px;
549
  gap: 20px;
550
+ overflow-y: auto !important;
551
+ -webkit-overflow-scrolling: touch;
552
  }
553
 
554
  .user-msg {