Skip to content

Commit

Permalink
Merge pull request #264 from berachain/fix/contents-bar
Browse files Browse the repository at this point in the history
Fix sidebar z-index
  • Loading branch information
larrythecucumber321 authored Aug 26, 2024
2 parents fb5dd51 + dfc9217 commit cdc5ad4
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 6 deletions.
7 changes: 7 additions & 0 deletions apps/bend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @berachain/bend

## 1.1.1

### Patch Changes

- Updated dependencies
- @berachain/ui@1.0.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/bend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/bend",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vitepress dev --port 5176",
"build": "vitepress build",
Expand Down
7 changes: 7 additions & 0 deletions apps/berps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @berachain/berps

## 1.1.1

### Patch Changes

- Updated dependencies
- @berachain/ui@1.0.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/berps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/berps",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vitepress dev --port 5175",
"build": "vitepress build",
Expand Down
7 changes: 7 additions & 0 deletions apps/bex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @berachain/bex

## 1.1.1

### Patch Changes

- Updated dependencies
- @berachain/ui@1.0.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/bex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/bex",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vitepress dev --port 5174",
"build": "vitepress build",
Expand Down
7 changes: 7 additions & 0 deletions apps/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @berachain/core

## 1.1.1

### Patch Changes

- Updated dependencies
- @berachain/ui@1.0.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/core",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vitepress dev --port 5173",
"build": "vitepress build",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @berachain/ui

## 1.0.1

### Patch Changes

- Fix overlapping navbar

## 1.0.0

### Major Changes
Expand Down
1 change: 0 additions & 1 deletion packages/ui/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Styles
@media (min-width: 960px) {
.VPSidebar {
z-index: 1;
padding-top: var(--vp-nav-height);
padding-bottom: 128px;
width: var(--vp-sidebar-width);
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./index.ts",
"types": "./index.ts",
Expand Down

0 comments on commit cdc5ad4

Please sign in to comment.