@secondstaxorg/sscomp 1.8.78 → 1.8.79
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/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5461,8 +5461,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5461
5461
|
top: ${mg};
|
|
5462
5462
|
left: 0;
|
|
5463
5463
|
right: 0;
|
|
5464
|
+
width: 100%;
|
|
5464
5465
|
height: calc(100vh - ${mg});
|
|
5465
|
-
position:
|
|
5466
|
+
position:fixed;
|
|
5466
5467
|
overflow-y: auto;
|
|
5467
5468
|
display: flex;
|
|
5468
5469
|
justify-content: center;
|