Skip to content

Commit

Permalink
quick fix reverse showing [not good]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Apr 28, 2023
1 parent 64b10d8 commit 3ad3518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kerberos-io/ui",
"version": "1.75.0",
"version": "1.76.0",
"main": "lib/index.js",
"repository": "https://github.com/kerberos-io/ui",
"author": "Kerberos.io <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Sidebar/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@
top: 0;
left: 0;
height: 100vh;
display: block;
display: none;
background: black;
opacity: 0.4;
}


&.closed {
.background-black {
display: none;
display: block;
}
.brand-logo {
display: none;
Expand Down

0 comments on commit 3ad3518

Please sign in to comment.