overflow for left bar

master
JFH 2021-08-09 16:29:51 +02:00
parent 27ffeb156f
commit f9dacb85c0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "svgedit",
"version": "7.0.0-beta.3",
"version": "7.0.0-beta.4",
"description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js",
"module": "dist/Editor.js",
@ -36,7 +36,7 @@
"build-and-open-docs": "run-s build-docs open-docs",
"compress-images": "imageoptim \"src/editor/extensions/*.png\" \"src/editor/spinbtn/*.png\" \"src/editor/jgraduate/images/*.{png,gif}\" \"src/editor/images/*.png\"",
"remark": "remark -q -f .",
"prepublishOnly": "run-s build-docs"
"prepublishOnly": "run-s build-docs build"
},
"repository": {
"type": "git",

View File

@ -350,6 +350,7 @@ hr {
#tools_left {
grid-area: left;
border-right: none;
overflow-y: scroll;
}
/*—————————————————————————————*/