[DE mobile] Fix Bug 59083

This commit is contained in:
SergeyEzhin 2022-09-18 16:52:27 +03:00
parent 7b951da71d
commit 96cb176b85

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={() => {