Skip to content

Commit

Permalink
fix(scroll): adjust max width to prevent scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Apr 8, 2024
1 parent fbff3e1 commit a5c24bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<style>
#synology-download-popup-app-container {
width: 800px;
max-width: 800px;
width: 785px;
max-width: 785px;
height:600px;
max-height: 600px;
overflow: hidden;
Expand Down

0 comments on commit a5c24bf

Please sign in to comment.