@bcc-code/vue-bcc-chat-ui 3.9.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bcc-code/vue-bcc-chat-ui",
3
3
  "author": "bcc-code",
4
4
  "license": "Apache-2.0",
5
- "version": "3.9.0",
5
+ "version": "3.9.1",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [
@@ -119,5 +119,6 @@ img {
119
119
 
120
120
  .cc__imageviewer__download-button {
121
121
  top: 49px;
122
+ margin-top: env(safe-area-inset-top);
122
123
  }
123
124
  </style>