[DE mobile] Fix Bug 59083

This commit is contained in:
SergeyEzhin 2022-09-19 16:16:00 +03:00
parent d327be67a4
commit 7801a69345

View file

@ -29,7 +29,7 @@ const NavigationPopover = inject('storeNavigation')(observer(props => {
<p className="empty-screens__text">{t('Settings.textEmptyScreens')}</p>
</div>
:
<List className="navigation-list">
<List className="navigation-list" style={!Device.phone ? { height: '352px' } : null}>
{arrHeaders.map((header, index) => {
return (
<ListItem radio key={index} title={header.isEmptyItem ? t('Settings.textBeginningDocument') : header.name} checked={header.index === currentPosition} style={{paddingLeft: header.level * 16}} onClick={() => {