fevaF
Windmill13mo ago
feva

can't make mobile styles work

https://app.windmill.dev/public/thrive-health-holdings/b88e89a044f118ea68466287cc973a09
how can I make it work on mobile?
this is the global CSS I've used so far:
#app-content {
  min-width: unset !important;
}

.wm-app-grid, .svlt-grid-item {
  width: 100% !important;
}

.wm-app-grid, .wm-schema-form {
  padding: 0 !important;
}

.svlt-grid-item {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
}

.svlt-grid-container {
  height: auto !important;
}

body > div:nth-child(1) > div.z-50.text-2xs.text-tertiary.absolute.top-3.left-2 {
  display: none !important;
}

body > div:nth-child(1) > div.z-50.text-xs.fixed.bottom-1.right-2 {
  display: none !important;
}
Was this page helpful?