implemented more page
This commit is contained in:
1 parent
c839d023a7
commit
6ecd1ee848
11 files changed
+201
-142
No files matched your search
@@ -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">
|
||||
|
||||
|
||||
Reference in new issue
Block a user