Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./examples/collaboration/src/styles.css
/* Import editor styles
In standalone usage: @import '@eigenpal/docx-editor-react/styles.css'; */
@import '../../../packages/react/src/styles/editor.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Mobile responsive overrides */
@media (max-width: 768px) {
/* Compact toolbar on mobile - horizontal scroll instead of wrapping */
.ep-root [role='toolbar'] {
padding: 4px 4px;
gap: 0;
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap !important;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
min-height: 36px;
}
.ep-root [role='toolbar']::-webkit-scrollbar {
display: none;
}
}