mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-10-31 03:23:01 +00:00
5 lines
73 B
CSS
5 lines
73 B
CSS
.nanoModal {
|
|
max-width: 50vw;
|
|
max-height: 70vh;
|
|
overflow-y: scroll;
|
|
}
|