Skip to content

Commit 0abc455

Browse files
Added border style for scrollbar panel having active frame around
1 parent f3bc38a commit 0abc455

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

min/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basicprimitives",
3-
"version": "5.9.1",
3+
"version": "5.9.2",
44
"description": "Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.",
55
"main": "primitives.latest.js",
66
"scripts": {

min/primitives.latest.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.bp-scrollframe {
2+
border: 1px dotted #dddddd;
3+
}
14
.bp-item {
25
position: absolute;
36
overflow: hidden;

src.primitives/common/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
var primitives = {
1010
common: {
11-
version: "5.9.1"
11+
version: "5.9.2"
1212
},
1313
orgdiagram: {},
1414
famdiagram: {},

src.primitives/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @preserve Basic Primitives Diagrams v5.9.1
2+
* @preserve Basic Primitives Diagrams v5.9.2
33
* Copyright (c) 2013 - 2020 Basic Primitives Inc
44
*
55
* Non-commercial - Free

0 commit comments

Comments
 (0)