mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Fix: dialog max-height
This commit is contained in:
parent
6837e3071c
commit
18224bdc07
13 changed files with 24 additions and 9 deletions
|
@ -26,6 +26,9 @@ dialog {
|
|||
|
||||
// Content
|
||||
article {
|
||||
max-height: calc(100vh - var(--spacing) * 2);
|
||||
overflow: auto;
|
||||
|
||||
@if map-get($breakpoints, 'sm') {
|
||||
@media (min-width: map-get($breakpoints, 'sm')) {
|
||||
max-width: map-get($viewports, 'sm');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue