Remove extra height for iframe when menu bar is in desktop mode

This commit is contained in:
Nariman Jelveh 2024-06-24 10:24:30 -07:00
parent 2839e74420
commit 266e41f95c

View File

@ -1383,10 +1383,6 @@ span.header-sort-icon img {
overflow: hidden;
}
.menubar-style-desktop .window-app-iframe {
height: calc(100% + 35px);
}
.window-active .window-app-iframe {
pointer-events: all;
}