Overlay fixes and added class prop for tips

Этот коммит содержится в:
JoramWilander
2015-11-02 09:21:08 -05:00
родитель 393d253021
Коммит dedbc122c6
4 изменённых файлов: 16 добавлений и 4 удалений

Просмотреть файл

@@ -358,6 +358,7 @@ export default class Sidebar extends React.Component {
<TutorialTip
placement='right'
screens={screens}
overlayClass='tip-overlay--sidebar'
/>
);
}