# Scroll bar doesn't work properly

**URL:** https://discuss.elastic.co/t/scroll-bar-doesnt-work-properly/162103
**Category:** Kibana
**Tags:** vega
**Created:** [December 26, 2018, 7:16am UTC](https://discuss.elastic.co/t/scroll-bar-doesnt-work-properly/162103 "2018-12-26T07:16:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![teemoGod](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/teemogod/32/40817_2.png) [@teemoGod](https://discuss.elastic.co/u/teemoGod)
#### Post date: [December 26, 2018, 7:16am UTC](https://discuss.elastic.co/t/scroll-bar-doesnt-work-properly/162103/1 "2018-12-26T07:16:51Z")

</div>

im using vega. (no vega-lite)

and Kibana version is 6.4.1, and $schema is '[https://vega.github.io/schema/vega/v3.json](https://vega.github.io/schema/vega/v3.json)'.

im drawing graph via vega.  
and there are a lot of X-Axis properties.  
so, i cant using 'autosize : fit'.  
when i using 'autosize:fit', i cant see it. too many perperties in Y-Axis to see.

so i must to use 'autosize:pad'.  
i configed "height : 3000" . so graph's height is tall, but scroll bar doesn't extended.

i cant see under-side properties like this.

 ![scroll%20bar%20doesn't%20working](https://us1.discourse-cdn.com/elastic/original/3X/4/6/46d208fb244e2370cd825daa4273d5f9da8928f0.jpeg)  
following is my conf's start parts.

```json
{
  "$schema": "https://vega.github.io/schema/vega/v3.json",
  "autosize" : {
    "type" : "pad",
    "resize" : true
  },
  "height" : 3000,
  "width" : 300
  "padding" : 50,
  ...
}

```

how can i make scroll bar working properly?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 23, 2019, 7:16am UTC](https://discuss.elastic.co/t/scroll-bar-doesnt-work-properly/162103/2 "2019-01-23T07:16:55Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
