mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +03:00
fix(feed window): disable overflow
This commit is contained in:
parent
c5ad7bbbaa
commit
f1eddb4c9a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ u(document).on('click', '#__feed_settings_link', (e) => {
|
|||
`
|
||||
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue