summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/ackee-select.module.scss
blob: 87cd9ee0fa3e645dc42fed6433bdf960bfd3b626 (plain)
1
2
3
4
5
6
7
8
9
10
11
.wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.tooltip {
  position: absolute;
  bottom: -100%;
}