Skip to content

Commit

Permalink
3.2.7 - Fix scrolling in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Aug 24, 2022
1 parent 3470e03 commit 042478f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Cockpit File Sharing 3.2.6-1
## Cockpit File Sharing 3.2.7-1

* Support Safari by removing regex lookbehinds
* Fix scrolling in Safari
4 changes: 2 additions & 2 deletions file-sharing/src/components/TabbedComponentSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ If not, see <https://www.gnu.org/licenses/>.
>{{ entry.title }}</button>
</div>
</HoustonHeader>
<div class="overflow-hidden grow basis-0">
<div class="bg-well overflow-y-auto h-full" style="scrollbar-gutter: stable both-edges;">
<div class="overflow-hidden grow basis-0 flex items-stretch">
<div class="bg-well overflow-y-auto grow" style="scrollbar-gutter: stable both-edges;">
<component :modalPopup="modalPopup" :is="components[currentTab].component" />
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-file-sharing",
"title": "Cockpit File Sharing",
"prerelease": false,
"version": "3.2.6",
"version": "3.2.7",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -58,7 +58,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.2.6",
"version": "3.2.7",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Wed Aug 24 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.7-1
- Fix scrolling in Safari
* Wed Aug 24 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.6-1
- Support Safari by removing regex lookbehinds
* Fri Aug 19 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.5-1
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-file-sharing (3.2.7-1focal) focal; urgency=medium

* Fix scrolling in Safari

-- Joshua Boudreau <jboudreau@45drives.com> Wed, 24 Aug 2022 13:58:34 -0300

cockpit-file-sharing (3.2.6-1focal) focal; urgency=medium

* Support Safari by removing regex lookbehinds
Expand Down

0 comments on commit 042478f

Please sign in to comment.