code base
This commit is contained in:
25
frontend/src/App.css
Normal file
25
frontend/src/App.css
Normal file
@@ -0,0 +1,25 @@
|
||||
#root {
|
||||
margin: 0 auto;
|
||||
padding: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: #888;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb:hover {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.topLevelFormContainer::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user