@atlaskit/mention
Version:
A React component used to display user profiles in a list for 'Mention' functionality
7 lines • 744 B
JavaScript
import * as tslib_1 from "tslib";
import styled from 'styled-components';
import { borderRadius } from '@atlaskit/theme';
import { scrollableMaxHeight } from '../../shared-styles';
export var ScrollableStyle = styled.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n display: block;\n overflow-x: hidden;\n overflow-y: auto;\n\n padding: 4px 0;\n margin: 0;\n\n background: white;\n max-height: ", ";\n\n border-radius: ", "px;\n"], ["\n display: block;\n overflow-x: hidden;\n overflow-y: auto;\n\n padding: 4px 0;\n margin: 0;\n\n background: white;\n max-height: ", ";\n\n border-radius: ", "px;\n"])), scrollableMaxHeight, borderRadius());
var templateObject_1;
//# sourceMappingURL=styles.js.map