fix(feed window): disable overflow

This commit is contained in:
mrilyew 2025-04-02 23:00:50 +03:00
parent c5ad7bbbaa
commit f1eddb4c9a

View file

@ -68,7 +68,7 @@ u(document).on('click', '#__feed_settings_link', (e) => {
` `
MessageBox(tr("feed_settings"), body, [tr("close")], [Function.noop]) MessageBox(tr("feed_settings"), body, [tr("close")], [Function.noop])
u('.ovk-diag-body').attr('style', 'padding:0px;height: 255px;') u('.ovk-diag-body').attr('style', 'padding:0px;height: 255px;overflow: hidden;')
async function __switchTab(tab) async function __switchTab(tab)
{ {