mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
make container fullscreen
This commit is contained in:
parent
c5d65ccb39
commit
250fbe2e1e
1 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,11 @@ body {
|
|||
|
||||
.container {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.sidePanel {
|
||||
|
@ -19,6 +24,7 @@ body {
|
|||
background-color: #eee;
|
||||
|
||||
padding: 10px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.sidePanel h4 {
|
||||
|
@ -27,6 +33,11 @@ body {
|
|||
|
||||
.sidePanel .panelTools {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.sidePanel .panelTools label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sidePanel .panelColumn {
|
||||
|
|
Loading…
Add table
Reference in a new issue