Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## [Unreleased]

### Fixed
- Fix printing in app to show all pages with NC25
[#1327](https://github.com/nextcloud/cookbook/pull/1327) @christianlupus

### Maintenance
- Cleaned up some minor code issues and updated some dependencies
[#1321](https://github.com/nextcloud/cookbook/pull/1321) @christianlupus
- Make issue-template selection description clearer
[1323](https://github.com/nextcloud/cookbook/pull/1323) @seyfeb


## 0.10.0 - 2022-11-06

### Changed
Expand Down
12 changes: 12 additions & 0 deletions src/components/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,17 @@ export default {
a:visited::after {
content: " [" attr(href) "] ";
}

body {
position: static;
}

#content-vue {
position: static;
width: 100%;
height: initial;
border-radius: 0;
margin: 0;
}
}
</style>