Poprawka botto bar i wersje językowe
This commit is contained in:
@@ -34,7 +34,7 @@ export function updateNavAccessState() {
|
||||
|
||||
export function showBottomNav() {
|
||||
const bottomNav = document.getElementById("bottomNav");
|
||||
if (bottomNav) bottomNav.style.display = "";
|
||||
if (bottomNav) bottomNav.hidden = false;
|
||||
updateNavAccessState();
|
||||
}
|
||||
|
||||
@@ -93,6 +93,8 @@ export function switchTabInternal(tabName) {
|
||||
if (greetingBanner) greetingBanner.style.display = "none";
|
||||
}
|
||||
window.scrollTo(0, 0);
|
||||
const appScroll = document.getElementById("appScroll");
|
||||
if (appScroll) appScroll.scrollTop = 0;
|
||||
}
|
||||
|
||||
export function switchTab(tabName) {
|
||||
|
||||
Reference in New Issue
Block a user