mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-10-31 03:23:01 +00:00
16 lines
256 B
CSS
16 lines
256 B
CSS
.nanoModal {
|
|
max-width: 50vw;
|
|
max-height: 70vh;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.nanoModal h1 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.nanoModal.reverse .nanoModalButtons {
|
|
position: absolute; top: 0.5em; right: 0.5em;
|
|
display: inline-block !important;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|