@c8y/ng1-modules 1023.14.191 → 1023.14.193
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
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
ng-click="$event.stopPropagation();"
|
|
36
36
|
uib-dropdown-menu
|
|
37
37
|
>
|
|
38
|
-
<li class="multiselect-item sticky-top">
|
|
38
|
+
<li class="multiselect-item sticky-top p-sticky">
|
|
39
39
|
<div
|
|
40
40
|
class="input-group input-group-search input-group-sm"
|
|
41
41
|
title="{{ 'Filter inventory roles' | translate }}"
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</ul>
|
|
140
140
|
</li>
|
|
141
141
|
<li class="divider"></li>
|
|
142
|
-
<li class="bg-level-0">
|
|
142
|
+
<li class="bg-level-0 sticky-bottom p-sticky">
|
|
143
143
|
<button
|
|
144
144
|
class="btn btn-primary btn-block"
|
|
145
145
|
title="{{ 'Apply' | translate }}"
|