aloha-vue 1.2.151 → 1.2.152

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/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.151",
17
+ "version": "1.2.152",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -93,7 +93,6 @@
93
93
  .a_select_menu__child {
94
94
  max-height: var(--a_select_menu_max_height);
95
95
  overflow: auto;
96
- overflow-y: hidden;
97
96
  }
98
97
 
99
98
  .a_select_list {
@@ -122,6 +121,7 @@
122
121
  word-wrap: break-word;
123
122
  word-break: break-word;
124
123
  hyphens: auto;
124
+ overflow-y: hidden;
125
125
  &:not(.a_select__menu__link_disabled) {
126
126
  &:hover {
127
127
  background-color: var(--a_select_menu_link_hover_bg);