@citizenplane/pimp 18.9.16 → 18.9.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.9.16",
3
+ "version": "18.9.18",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -17,7 +17,6 @@
17
17
  <primevue-popover
18
18
  v-if="!isDrawer"
19
19
  ref="popover"
20
- append-to="self"
21
20
  close-on-escape
22
21
  dismissable
23
22
  :pt="popoverPt"
@@ -97,11 +97,6 @@ const pageLastResultIndex = computed(() => {
97
97
 
98
98
  <style scoped lang="scss">
99
99
  .cpTableFooter {
100
- position: sticky;
101
- z-index: 3;
102
- bottom: var(--cp-spacing-md);
103
- padding: 0 var(--cp-spacing-xl);
104
-
105
100
  &__loader {
106
101
  display: inline-flex;
107
102
  align-items: center;
@@ -128,7 +123,6 @@ const pageLastResultIndex = computed(() => {
128
123
 
129
124
  @media (min-width: 650px) {
130
125
  .cpTableFooter {
131
- position: static;
132
126
  z-index: auto;
133
127
  padding: var(--cp-spacing-xl) var(--cp-spacing-lg) 0;
134
128