implemented more page

This commit is contained in:
Joaquin committed 2025-05-16 00:22:13 -07:00
1 parent c839d023a7
commit 6ecd1ee848
11 files changed
+201 -142

No files matched your search

+14 -1
View File
@@ -6,5 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>RCalculator</title>
<style>
::-webkit-scrollbar {
display: none;
}
* {
scrollbar-width: none;
-ms-overflow-style: none;
}
</style>
</head>
<body class="bg-gray-900">
<body class="bg-gray-900 overflow-y-auto">