File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ body {
160160 display : block;
161161 position : relative;
162162 width : 100% ;
163- min-height : 300 px ;
163+ min-height : 250 px ;
164164}
165165
166166# customScrollbarsRoot p {
@@ -266,9 +266,9 @@ body {
266266 left : -1px ;
267267}
268268
269- # customScrollbarsRoot .CustomScrollbar-trackHorizontal : hover , # customScrollbarsRoot .CustomScrollbar-trackHorizontal .dragging ,
270- # autohideScrollbarsRoot .CustomScrollbar-trackHorizontal : hover , # autohideScrollbarsRoot .CustomScrollbar-trackHorizontal .dragging ,
271- # sandboxScrollbarsRoot .CustomScrollbar-trackHorizontal : hover , # sandboxScrollbarsRoot .CustomScrollbar-trackHorizontal .dragging {
269+ # customScrollbarsRoot .CustomScrollbar-thumbHorizontal : hover , # customScrollbarsRoot .CustomScrollbar-thumbHorizontal .dragging ,
270+ # autohideScrollbarsRoot .CustomScrollbar-thumbHorizontal : hover , # autohideScrollbarsRoot .CustomScrollbar-thumbHorizontal .dragging ,
271+ # sandboxScrollbarsRoot .CustomScrollbar-thumbHorizontal : hover , # sandboxScrollbarsRoot .CustomScrollbar-thumbHorizontal .dragging {
272272 height : calc (100% + 2px );
273273 top : -1px ;
274274}
Original file line number Diff line number Diff line change 6060 "webpack-dev-server" : " ^3.1.4"
6161 },
6262 "scripts" : {
63- "run-examples" : " cd ./examples/ && opn http://localhost:3000 && cross-env NODE_ENV=development node server.js" ,
64- "build-examples" : " npm i && cd ./examples && cross-env NODE_ENV=production webpack" ,
65- "examples" : " npm i && npm run run-examples" ,
63+ "examples:build" : " cd ./examples && cross-env NODE_ENV=production webpack" ,
64+ "examples" : " cd ./examples/ && opn http://localhost:3000 && cross-env NODE_ENV=development node server.js" ,
6665 "test" : " cross-env NODE_ENV=test karma start" ,
6766 "test:watch" : " cross-env NODE_ENV=test karma start --auto-watch --no-single-run" ,
6867 "test:coverage" : " cross-env NODE_ENV=test COVERAGE=true karma start --single-run" ,
You can’t perform that action at this time.
0 commit comments