aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-31 12:03:19 -0400
committerbobzel <zzzman@gmail.com>2020-08-31 12:03:19 -0400
commit33a6f17c7fcc0549c4e0e8cfaae7d0c0b11ced76 (patch)
treec014ba12e835d6b963bd8b1b7797d2853f1d7d3f /src/client/views/PropertiesView.scss
parent1bddc876f4c998e070ce37fa368dc650a7695120 (diff)
major overhaul of mainView
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 254afeb0a..80f116029 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -6,7 +6,7 @@
cursor: auto;
overflow-x: hidden;
- overflow-y: scroll;
+ overflow-y: auto;
.propertiesView-title {
background-color: rgb(159, 159, 159);
@@ -271,7 +271,7 @@
// display: inline-table;
background-color: #ececec;
max-height: 130px;
- overflow-y: scroll;
+ overflow-y: auto;
width: 92%;
.propertiesView-sharingTable-item {