diff options
| author | bobzel <zzzman@gmail.com> | 2019-06-23 10:16:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-06-23 10:16:12 -0400 |
| commit | a4b62a15d429ed8d44c6c4d083c8db7232b0b023 (patch) | |
| tree | a42796addb8df0fd3b4fa3141efa0bbfe88bf3d5 /src/client/views/Main.scss | |
| parent | cd0a9eb85bcba797456739f76dca6706b60ed84d (diff) | |
switched from eliding to scrolling for treeviews. fixed small but annoying scrollbar layout issues.
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index 690139341..0271edcd2 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -20,15 +20,7 @@ div { -ms-user-select: none; } -#dash-title { - position: absolute; - right: 46.5%; - letter-spacing: 3px; - top: 9px; - font-size: 12px; - color: $alt-accent; - z-index: 9999; -} + .jsx-parser { width: 100%; @@ -43,8 +35,8 @@ p { ::-webkit-scrollbar { -webkit-appearance: none; - height: 10px; - width: 10px; + height: 8px; + width: 8px; } ::-webkit-scrollbar-thumb { @@ -200,7 +192,7 @@ button:hover { position: absolute; top: 0; left: 0; - overflow: scroll; + overflow: auto; z-index: 1; } @@ -210,6 +202,7 @@ button:hover { position: absolute; top: 0; left: 0; + overflow: hidden; } #add-options-content { |
