Skip to content

Commit

Permalink
Merge pull request #10643 from owncloud/fix-hidden-sidebar-on-small-s…
Browse files Browse the repository at this point in the history
…creens

fix: hidden right sidebar on small screens
  • Loading branch information
JammingBen authored Mar 22, 2024
2 parents 2fbc69e + 426d770 commit 9a8e305
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-hidden-sidebar-on-small-screens
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Hidden right sidebar on small screens

The issue causing the right sidebar to not display on screens smaller than 960px has been fixed.

https://github.com/owncloud/web/issues/10598
https://github.com/owncloud/web/pull/10643
2 changes: 1 addition & 1 deletion packages/web-pkg/src/components/SideBar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default defineComponent({
}
.files-wrapper {
flex-wrap: nowrap;
flex-wrap: nowrap !important;
}
}
Expand Down

0 comments on commit 9a8e305

Please sign in to comment.