Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit f461c0c

Browse files
author
steven.roulleau
committed
fix(examples): toaster not visible
1 parent 739c431 commit f461c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/docs/src/demo-app/examples/examples.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
}
66

77
myscript-math-web {
8-
height: 100%;
8+
height: calc(100% - 64px);
99
}
1010

1111
select {

src/demo-app/examples/examples.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
}
66

77
myscript-math-web {
8-
height: 100%;
8+
height: calc(100% - 64px);
99
}
1010

1111
select {

0 commit comments

Comments
 (0)