diff options
Diffstat (limited to 'packages/excalidraw/components/ScrollableList.scss')
| -rw-r--r-- | packages/excalidraw/components/ScrollableList.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/excalidraw/components/ScrollableList.scss b/packages/excalidraw/components/ScrollableList.scss new file mode 100644 index 0000000..a2bda4a --- /dev/null +++ b/packages/excalidraw/components/ScrollableList.scss @@ -0,0 +1,21 @@ +.excalidraw { + .ScrollableList__wrapper { + position: static !important; + border: none; + font-size: 0.875rem; + overflow-y: auto; + + & > .empty, + & > .hint { + display: flex; + justify-content: center; + align-items: center; + padding: 0.5rem; + font-size: 0.75rem; + color: var(--color-gray-60); + overflow: hidden; + text-align: center; + line-height: 150%; + } + } +} |
