@inf-monkeys-tech/monkeys-design 1.0.27 → 1.0.28

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.
@@ -140,9 +140,10 @@
140
140
  position: relative;
141
141
  z-index: 1;
142
142
  width: min(var(--login-page-form-width), 100%);
143
- min-height: min(var(--login-page-form-min-height), calc(100vh - 48px));
143
+ height: min(var(--login-page-form-min-height), calc(100vh - 48px));
144
144
  padding: var(--login-page-form-padding);
145
- overflow: hidden;
145
+ overflow-x: hidden;
146
+ overflow-y: auto;
146
147
  color: var(--login-page-text-color);
147
148
  background: var(--login-page-panel-bg);
148
149
  border: 1px solid var(--login-page-panel-border);
@@ -498,6 +499,8 @@
498
499
 
499
500
  .login-page__form {
500
501
  width: 100%;
502
+ height: auto;
503
+ max-height: calc(100vh - 40px);
501
504
  min-height: auto;
502
505
  padding: 56px 20px 24px;
503
506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",