Compare commits

..

No commits in common. "88a4712aee9235a335ebccf2a83d3f4d13b05f46" and "a887b805abdf6c54a96b0944190013f11a5cea1e" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -8,10 +8,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.2/dist/echarts.min.js"></script>
<style>
html, body {
height: 100%;
overflow: auto;
}
:root {
--primary: #20d3c2 ;
--secondary: #2c5c8c;
@ -36,7 +32,7 @@
color: var(--dark);
/* min-height: 98vh; */
height: 100%;
overflow: hidden;
overflow-x: hidden;
/* padding: 20px; */
}