There was an error while loading. Please reload this page.
1 parent 5041bd8 commit f5eca5aCopy full SHA for f5eca5a
1 file changed
website/modules/asset/ui/src/scss/_cases.scss
@@ -1286,14 +1286,14 @@
1286
}
1287
1288
&__content {
1289
- position: absolute;
1290
- left: 50%;
1291
- top: 50%;
+ position: sticky;
+ left: 20px;
+ right: 20px;
1292
+ top: 90px;
1293
width: 90vw;
1294
max-width: 400px;
- min-width: 320px;
1295
+ min-width: 300px;
1296
background: #fff;
- transform: translate(-50%, -50%);
1297
z-index: 2;
1298
padding: 0 16px 24px;
1299
max-height: 90vh;
0 commit comments