Skip to content

Commit a1b3d63

Browse files
authored
Merge pull request #36 from drgrice1/svg-overflow-visible
Add `overflow: visible` to svgs used for brackets and such.
2 parents 93ef0e5 + ad384dd commit a1b3d63

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openwebwork/mathquill",
33
"description": "Easily type math in your webapp",
4-
"version": "0.11.0-beta.3",
4+
"version": "0.11.0-beta.4",
55
"license": "MPL-2.0",
66
"repository": {
77
"type": "git",

src/css/math.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
left: 0;
4343
width: 100%;
4444
height: 100%;
45+
overflow: visible;
4546
}
4647

4748
* {

0 commit comments

Comments
 (0)