Browse Source

fix(timeline): #778 Tooltip does not work with background items in timeline (#2703)

* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Make items z-index default to 1
revert-2705-dynamic-rollingMode-option
yotamberk 7 years ago
committed by Alexander Wunschik
parent
commit
e42b2e9395
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/timeline/component/css/item.css

+ 1
- 0
lib/timeline/component/css/item.css View File

@ -6,6 +6,7 @@
border-width: 1px;
background-color: #D5DDF6;
display: inline-block;
z-index: 1;
/*overflow: hidden;*/
}

Loading…
Cancel
Save