@tscircuit/pcb-viewer 1.11.271 → 1.11.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -13261,7 +13261,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
13261
13261
|
// package.json
|
|
13262
13262
|
var package_default = {
|
|
13263
13263
|
name: "@tscircuit/pcb-viewer",
|
|
13264
|
-
version: "1.11.
|
|
13264
|
+
version: "1.11.272",
|
|
13265
13265
|
main: "dist/index.js",
|
|
13266
13266
|
type: "module",
|
|
13267
13267
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -13311,7 +13311,7 @@ var package_default = {
|
|
|
13311
13311
|
},
|
|
13312
13312
|
dependencies: {
|
|
13313
13313
|
"@emotion/css": "^11.11.2",
|
|
13314
|
-
"@tscircuit/alphabet": "^0.0.
|
|
13314
|
+
"@tscircuit/alphabet": "^0.0.8",
|
|
13315
13315
|
"@tscircuit/math-utils": "^0.0.29",
|
|
13316
13316
|
"@vitejs/plugin-react": "^5.0.2",
|
|
13317
13317
|
"circuit-json": "^0.0.321",
|
|
@@ -13780,6 +13780,8 @@ var ToolbarOverlay = ({ children, elements }) => {
|
|
|
13780
13780
|
zIndex: 1e3,
|
|
13781
13781
|
minWidth: isSmallScreen ? "280px" : "400px",
|
|
13782
13782
|
maxWidth: isSmallScreen ? "90vw" : "600px",
|
|
13783
|
+
maxHeight: "400px",
|
|
13784
|
+
overflow: "auto",
|
|
13783
13785
|
boxShadow: "0 4px 12px rgba(0, 0, 0, 0.3)"
|
|
13784
13786
|
},
|
|
13785
13787
|
children: errorElements.map((e, i) => {
|