aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-04-10 17:49:25 -0400
committermehekj <mehek.jethani@gmail.com>2023-04-10 17:49:25 -0400
commit96de14ba8ee055c3d18540fa54b979c27c2f6f13 (patch)
tree60f5f3b38d2a953eb71538090e757585e44b4f44 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parentbff54ce7283f7a50a8c4184ea0543b7a2d338e25 (diff)
fixed schema table scroll bar css
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 1ef2fb4ef..6118aef3f 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -9,7 +9,11 @@
.schema-table {
background-color: $white;
cursor: grab;
- overflow: scroll;
+
+ .schema-table-content {
+ overflow: overlay;
+ scroll-behavior: smooth;
+ }
.schema-column-menu,
.schema-filter-menu {