mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44: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 {
|
#eula_div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: auto;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue