aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/ScrollableList.scss
blob: a2bda4a1ecc5029d4925190604a10d79c4511b26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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%;
    }
  }
}