Skip to content

Commit

Permalink
Merge pull request #5052 from owncloud/29042021_make-html-container-r…
Browse files Browse the repository at this point in the history
…esizable

Make html container resize-able
  • Loading branch information
Pascal Wengerter authored Apr 30, 2021
2 parents 1c65d00 + b97fa9e commit 0eb948c
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-sizeable-html-container
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Resizeable html container

We removed a critical accessibility offense by removing
the hardcoded maximum-scale and allowing for user-scalable viewsizes.

https://github.com/owncloud/web/pull/5052
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const plugins = [
},
{
name: 'viewport',
content: 'initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no'
content: 'initial-scale=1.0, minimum-scale=1.0'
},
{
name: 'theme-color',
Expand Down

0 comments on commit 0eb948c

Please sign in to comment.