Skip to content

Commit 8108c79

Browse files
author
jacquesbach
committed
Change container style
1 parent 9807a44 commit 8108c79

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

static/css/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
max-width: 1400px;
2020
margin: 0 auto;
2121
padding: 20px;
22-
overflow-x: hidden;
2322
}
2423

2524
.header {

static/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function unlockAdmin() {
3636
});
3737

3838
if (res.ok) {
39-
currentPw = pw; // PW nur in den flüchtigen RAM laden
39+
currentPw = pw;
4040

4141
document.getElementById('unlockBtn').style.display = 'none';
4242
document.getElementById('adminArea').style.display = 'flex';

0 commit comments

Comments
 (0)