Fix set max height
This commit is contained in:
parent
7c96c5706c
commit
49c7caf5bd
|
@ -1096,7 +1096,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: max-content;
|
||||
height: 40vh;
|
||||
max-height: 40vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue