mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
commit
35af8fca08
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ main {
|
||||||
padding: 8px max(5%, 8px);
|
padding: 8px max(5%, 8px);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -156,7 +156,7 @@ dialog {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
background-color: var(--color-background);
|
background-color: var(--color-background);
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue