Skip to content

Commit

Permalink
fix: Update NexNav's height from % to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
GHDryanovski19 committed Jul 16, 2024
1 parent 91df90f commit 5478ba0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexcomponent/lib",
"version": "1.3.27",
"version": "1.3.28",
"description": "React UI Library",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/NexNav/NexNav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@
position: fixed;
top: 0;
right: 0;
height: 40%;
height: 20rem;
width: 100%;
padding-top: calculate(131px);
background-color: #fff;
box-shadow: 0 0 calculate(10px) rgb(0 0 0 / 15%);
overflow: hidden;

&.identity {
height: 60%;
height: 30rem;
}

.nex-nav-list {
Expand Down

0 comments on commit 5478ba0

Please sign in to comment.