HotFix style help modal (#960)

This commit is contained in:
grégoire parant 2021-04-29 01:49:09 +02:00 committed by GitHub
parent 5c0b5ef74b
commit 19ae575b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
max-height: calc(48vh - 50px);
max-width: 48vw;
overflow: hidden;
overflow-y: scroll;
}
#helpCameraSettings h1 {
background-image: linear-gradient(top, #f1f3f3, #d4dae0);