We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356f574 commit af004f5Copy full SHA for af004f5
src/frontend/src/styles/CustomRendererEmbeddable.scss
@@ -0,0 +1,6 @@
1
+.custom-rendered-embeddable {
2
+ height: 100%;
3
+ width: 100%;
4
+ position: absolute;
5
+ z-index: 1;
6
+}
src/frontend/src/styles/index.scss
@@ -4,15 +4,26 @@
@import './FeedbackButton.scss';
@import './DiscordButton.scss';
@import './MainMenuLabel.scss';
7
+@import './CustomRendererEmbeddable.scss';
8
+
9
/* Override Excalidraw styles */
10
11
body {
12
margin: 0;
13
}
14
15
+#root {
16
17
18
19
20
+ background-color: #111111;
21
22
23
.excalidraw-wrapper {
- height: 100vh;
- position: relative;
24
25
26
+ display: flex;
27
z-index: 1;
28
29
0 commit comments