baranayek commited on
Commit
d26cc0c
·
verified ·
1 Parent(s): 56f560f

i want you to hide this scroll sidebar , it must not show on our ui

Browse files
Files changed (4) hide show
  1. card-selector.html +6 -3
  2. favorites-card.html +6 -3
  3. index.html +6 -3
  4. training-card.html +6 -3
card-selector.html CHANGED
@@ -6,8 +6,11 @@
6
  <title>Select Card</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
- <style>
10
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
 
11
  body {
12
  font-family: 'Inter', sans-serif;
13
  }
@@ -28,7 +31,7 @@
28
  </head>
29
  <body class="bg-gray-900 text-white min-h-screen">
30
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
31
- <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto;">
32
  <h1 class="text-2xl font-bold mb-6 gradient-text">Select Card Type</h1>
33
 
34
  <div class="grid grid-cols-2 gap-4">
 
6
  <title>Select Card</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
+ <style>
10
+ .glass-card::-webkit-scrollbar {
11
+ display: none;
12
+ }
13
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
14
  body {
15
  font-family: 'Inter', sans-serif;
16
  }
 
31
  </head>
32
  <body class="bg-gray-900 text-white min-h-screen">
33
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
34
+ <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;">
35
  <h1 class="text-2xl font-bold mb-6 gradient-text">Select Card Type</h1>
36
 
37
  <div class="grid grid-cols-2 gap-4">
favorites-card.html CHANGED
@@ -6,8 +6,11 @@
6
  <title>Favorite Things</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
- <style>
10
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
 
11
  body {
12
  font-family: 'Inter', sans-serif;
13
  }
@@ -34,7 +37,7 @@
34
  </head>
35
  <body class="bg-gray-900 text-white min-h-screen">
36
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
37
- <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto;">
38
  <div class="flex flex-col justify-center h-full">
39
  <h1 class="text-2xl font-bold mb-6 flex items-center justify-center">
40
  <i data-feather="heart" class="w-6 h-6 mr-2"></i>
 
6
  <title>Favorite Things</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
+ <style>
10
+ .glass-card::-webkit-scrollbar {
11
+ display: none;
12
+ }
13
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
14
  body {
15
  font-family: 'Inter', sans-serif;
16
  }
 
37
  </head>
38
  <body class="bg-gray-900 text-white min-h-screen">
39
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
40
+ <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;">
41
  <div class="flex flex-col justify-center h-full">
42
  <h1 class="text-2xl font-bold mb-6 flex items-center justify-center">
43
  <i data-feather="heart" class="w-6 h-6 mr-2"></i>
index.html CHANGED
@@ -8,8 +8,11 @@
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://unpkg.com/feather-icons"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
- <style>
12
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
 
13
  body {
14
  font-family: 'Inter', sans-serif;
15
  }
@@ -129,7 +132,7 @@
129
  <body class="bg-gray-900 text-white min-h-screen">
130
  <!-- Profile Section -->
131
  <div id="vanta-bg" class="min-h-screen w-full flex items-center justify-center px-4 relative">
132
- <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto;" id="profileCard">
133
  <!-- Navigation Arrows -->
134
  <button id="prevCard" class="absolute left-2 top-1/2 transform -translate-y-1/2 bg-gray-800/50 hover:bg-gray-700/50 rounded-full p-2 z-50">
135
  <i data-feather="chevron-left" class="w-5 h-5"></i>
 
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://unpkg.com/feather-icons"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <style>
12
+ #profileCard::-webkit-scrollbar {
13
+ display: none;
14
+ }
15
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
16
  body {
17
  font-family: 'Inter', sans-serif;
18
  }
 
132
  <body class="bg-gray-900 text-white min-h-screen">
133
  <!-- Profile Section -->
134
  <div id="vanta-bg" class="min-h-screen w-full flex items-center justify-center px-4 relative">
135
+ <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;" id="profileCard">
136
  <!-- Navigation Arrows -->
137
  <button id="prevCard" class="absolute left-2 top-1/2 transform -translate-y-1/2 bg-gray-800/50 hover:bg-gray-700/50 rounded-full p-2 z-50">
138
  <i data-feather="chevron-left" class="w-5 h-5"></i>
training-card.html CHANGED
@@ -6,8 +6,11 @@
6
  <title>Training Card</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
- <style>
10
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
 
11
  body {
12
  font-family: 'Inter', sans-serif;
13
  }
@@ -36,7 +39,7 @@
36
  </head>
37
  <body class="bg-gray-900 text-white min-h-screen">
38
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
39
- <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto;">
40
  <div class="flex flex-col justify-center h-full">
41
  <h1 class="text-2xl font-bold mb-6 flex items-center justify-center">
42
  <i data-feather="award" class="w-6 h-6 mr-2"></i>
 
6
  <title>Training Card</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://unpkg.com/feather-icons"></script>
9
+ <style>
10
+ .glass-card::-webkit-scrollbar {
11
+ display: none;
12
+ }
13
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
14
  body {
15
  font-family: 'Inter', sans-serif;
16
  }
 
39
  </head>
40
  <body class="bg-gray-900 text-white min-h-screen">
41
  <div class="min-h-screen w-full flex items-center justify-center px-4 relative">
42
+ <div class="glass-card p-6 w-full max-w-md mx-auto text-center relative" style="aspect-ratio: 9/19; max-height: 95vh; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;">
43
  <div class="flex flex-col justify-center h-full">
44
  <h1 class="text-2xl font-bold mb-6 flex items-center justify-center">
45
  <i data-feather="award" class="w-6 h-6 mr-2"></i>