We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2076f commit b7aee26Copy full SHA for b7aee26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.14.325",
+ "version": "2.14.326",
4
"private": true,
5
"scripts": {
6
"dev": "vite --host",
src/assets/styles/global.scss
@@ -87,11 +87,11 @@ img {
87
left: 50%;
88
transform: translateX(-50%) translateY(-50%);
89
z-index: 1100;
90
- max-height: 90vh;
+ max-height: 95vh;
91
max-width: 80vw;
92
width: 80vw;
93
border-radius: 8px;
94
- overflow: hidden;
+ overflow: auto;
95
padding-bottom: 24px;
96
}
97
.nut-button {
0 commit comments