Skip to content

Commit adfe361

Browse files
committed
fix(core): content size settings
1 parent b2e8ffd commit adfe361

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.1 - Released on 2025-06-14
2+
3+
### Fixes
4+
5+
- Content width settings.
6+
7+
18
## 1.1.0 - Released on 2025-06-13
29

310
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquid-web-src",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Modern JavaScript library for easy creation of liquid glass effect for Vue, React, VanillaJS",
55
"main": "index.js",
66
"scripts": {

src/core/core.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ class LiquidWeb {
235235
.liquidweb__content {
236236
position: relative;
237237
z-index: 1;
238+
width: 100%;
239+
height: 100%;
238240
}
239241
`;
240242

0 commit comments

Comments
 (0)