Skip to content

Commit ff2452c

Browse files
authored
Resize the navigation tree so you do not have to scroll the whole page to get the bottom elements (openservicemesh#230)
* resize the tree so you do not have to scroll down to get the last elements of the tree Signed-off-by: Thomas Stringer <[email protected]> * remove generated files Signed-off-by: Thomas Stringer <[email protected]> * add nvmrc for node version Signed-off-by: Thomas Stringer <[email protected]>
1 parent 9f06f4c commit ff2452c

File tree

37 files changed

+1042
-22255
lines changed

37 files changed

+1042
-22255
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ typings/
7373

7474
# next.js build output
7575
.next
76+
77+
# Generated files
78+
resources/_gen

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14.18.0

package-lock.json

+534-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"dependencies": {
33
"@fortawesome/fontawesome-free": "^5.15.1",
4-
"bootstrap": "^4.5.2"
4+
"bootstrap": "^4.5.2",
5+
"postcss": "^8.3.9",
6+
"postcss-cli": "^9.0.1"
57
}
68
}

0 commit comments

Comments
 (0)