diff options
| author | mehekj <mehek.jethani@gmail.com> | 2023-04-10 17:49:25 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2023-04-10 17:49:25 -0400 |
| commit | 96de14ba8ee055c3d18540fa54b979c27c2f6f13 (patch) | |
| tree | 60f5f3b38d2a953eb71538090e757585e44b4f44 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | bff54ce7283f7a50a8c4184ea0543b7a2d338e25 (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.scss | 6 |
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 { |
