rename container class to excalidraw and move css from index.html to app.css (#1729)
Moved the css from index.html to app.css so it can be included in upstream app as well
This commit is contained in:
@ -51,7 +51,7 @@ canvas {
|
||||
image-rendering: -moz-crisp-edges; // FF
|
||||
}
|
||||
|
||||
.container {
|
||||
.excalidraw {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user