Remove trailing whitespace

This commit is contained in:
Jan Iłowski 2023-03-01 20:48:22 +01:00
parent ca57cebc74
commit 3f8f83c305
5 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,3 @@
import React, {useContext} from 'react';
import { AppContext } from './AppContext';

View File

@ -8,18 +8,15 @@
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-webkit-scrollbar {
width: 1.5em;
}
::-webkit-scrollbar-track {
background-color: rgb(17,17,17);
}
::-webkit-scrollbar-thumb {

View File

@ -7,7 +7,6 @@
font-size: 15px;
position: absolute;
top: 86%;
}
.a-write-to-us {