diff --git a/public/js/apps/Cis.js b/public/js/apps/Cis.js
index 14dd7d853..98c8ad65d 100644
--- a/public/js/apps/Cis.js
+++ b/public/js/apps/Cis.js
@@ -13,7 +13,6 @@ const app = Vue.createApp({
return {
searchbaroptions: {
origin: "cis",
- cssclass: "",
calcheightonly: true,
types: {
employee: Vue.computed(() => this.$p.t("search/type_employee")),
diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js
index 280ab8ebf..4770df72f 100644
--- a/public/js/components/Stv/Studentenverwaltung.js
+++ b/public/js/components/Stv/Studentenverwaltung.js
@@ -73,7 +73,6 @@ export default {
selected: [],
searchbaroptions: {
origin: 'stv',
- cssclass: "position-relative",
calcheightonly: true,
types: {
student: Vue.computed(() => this.$p.t('search/type_student')),
@@ -233,7 +232,11 @@ export default {