Browse Source

Fixed content overflow of ItemRange

css_transitions
josdejong 10 years ago
parent
commit
dbd68d78cc
1 changed files with 4 additions and 7 deletions
  1. +4
    -7
      src/timeline/component/css/item.css

+ 4
- 7
src/timeline/component/css/item.css View File

@ -55,7 +55,8 @@
-moz-border-radius: 5px; /* For Firefox 3.6 and older */
}
.vis.timeline .item.range {
.vis.timeline .item.range,
.vis.timeline .item.rangeoverflow{
border-style: solid;
border-width: 1px;
border-radius: 2px;
@ -63,12 +64,8 @@
box-sizing: border-box;
}
.vis.timeline .item.rangeoverflow {
border-style: solid;
border-width: 1px;
border-radius: 2px;
-moz-border-radius: 2px; /* For Firefox 3.6 and older */
box-sizing: border-box;
.vis.timeline .item.range {
overflow: hidden;
}
.vis.timeline .item.range .content,

Loading…
Cancel
Save