We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c68e9 commit dd28b61Copy full SHA for dd28b61
SECURITY.md
@@ -6,7 +6,7 @@
6
| ------- | ------------------ |
7
| 1.2.x | :white_check_mark: |
8
| 1.1.x | :white_check_mark: |
9
-| < 1.1.0 | :x: |
+| < 1.1.0 | :x: |
10
11
## Reporting a Vulnerability
12
client/src/index.css
@@ -7,8 +7,8 @@
}
*::-webkit-scrollbar {
- height: .5rem;
- width: .5rem;
+ height: 0.5rem;
+ width: 0.5rem;
13
14
*::-webkit-scrollbar-track {
@@ -17,7 +17,7 @@
17
18
*::-webkit-scrollbar-thumb {
19
background-color: #7b7b7b;
20
- transition: .3s ease-in-out;
+ transition: 0.3s ease-in-out;
21
22
23
*::-webkit-scrollbar-thumb:hover {
0 commit comments