mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed #5266 - small scroll window for EULA accept screen
This commit is contained in:
parent
2253439940
commit
1d0f8f01f2
|
@ -21,7 +21,7 @@
|
|||
|
||||
#eula_div {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: auto;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue