diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-03-09 16:06:18 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-03-09 16:06:18 -0500 |
| commit | a2b90031fe06701b0ecc7c6fa3b48c933e4d37b8 (patch) | |
| tree | 541052a97652ad25b0829685f205ec35d3976743 /src/client/views/Main.scss | |
| parent | b72ff1323bc76dc244ebe50893aa78064fd836c7 (diff) | |
| parent | 09928503be98d605052fba65dcd2f91f9b056f23 (diff) | |
fix
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index e73f62904..4334ed299 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -28,4 +28,24 @@ h1 { p { margin: 0px; padding: 0px; -}
\ No newline at end of file +} +::-webkit-scrollbar { + -webkit-appearance: none; + height:5px; + width:5px; +} +::-webkit-scrollbar-thumb { + border-radius: 2px; + background-color: rgba(0,0,0,.5); +} + +.main-buttonDiv { + position: absolute; + width: 150px; + left: 0px; +} +.main-undoButtons { + position: absolute; + width: 150px; + right: 0px; +} |
