mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Bugfix :: Remove scrollbar in homepage (#2982)
* removing scroll from homepage * updating height of page
This commit is contained in:
parent
c8fbd62502
commit
45fc779ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ button {
|
|||
|
||||
.page-body,
|
||||
.homepage-body {
|
||||
height: 100vh;
|
||||
height: 90.6vh;
|
||||
|
||||
.list-group.list-group-transparent.dark .all-apps-link,
|
||||
.list-group-item-action.dark.active {
|
||||
|
|
|
|||
Loading…
Reference in a new issue