From 6ea926deeebae917d0159efa80103be28a4079e3 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 24 Oct 2024 18:03:15 +0300 Subject: [PATCH] Fixed #6595 --- packages/primevue/src/paginator/Paginator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/paginator/Paginator.vue b/packages/primevue/src/paginator/Paginator.vue index 78e1324d6..9684ac1ed 100755 --- a/packages/primevue/src/paginator/Paginator.vue +++ b/packages/primevue/src/paginator/Paginator.vue @@ -182,7 +182,7 @@ export default { this.styleElement = document.createElement('style'); this.styleElement.type = 'text/css'; setAttribute(this.styleElement, 'nonce', this.$primevue?.config?.csp?.nonce); - document.head.appendChild(this.styleElement); + document.body.appendChild(this.styleElement); let innerHTML = '';