joyent-portal/packages/my-joy-navigation/src/components/overlay.js

16 lines
296 B
JavaScript

import emotion from 'preact-emotion';
import remcalc from 'remcalc';
export default emotion('div')`
border-bottom: ${remcalc(1)} solid #d8d8d8;
width: 100%;
position: absolute;
z-index: 1;
top: ${remcalc(48)};
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
`;