mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
change max-height to height for homepage body (#1527)
This commit is contained in:
parent
8eca3b4fe1
commit
d8c3556d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ body {
|
|||
|
||||
.homepage-body {
|
||||
overflow-y: hidden;
|
||||
max-height: 100vh;
|
||||
height: 100vh;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue