Fix minor issue
parent
489e6c899a
commit
0dafd14765
|
@ -70,6 +70,8 @@
|
||||||
border-width: calc(0.2*(1vw+1vh+4));
|
border-width: calc(0.2*(1vw+1vh+4));
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-size: calc(14px + (0.6*(1vw+1vh+4)));
|
font-size: calc(14px + (0.6*(1vw+1vh+4)));
|
||||||
|
max-height: 90%;
|
||||||
|
overflow: auto;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
.window button, .window input {
|
.window button, .window input {
|
||||||
|
|
Loading…
Reference in New Issue