Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
misanorot committed Dec 15, 2024
1 parent 74048a1 commit bd622a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (misanorot) fixed Firefox scrolling issue #266

### 3.6.4 (2024-10-23)
* (simatec) fixed issue #256 responsive design

Expand Down
11 changes: 11 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,15 @@ body {

.adapter-body {
overflow: hidden;
}

/* Only for Firefox */
@supports (-moz-appearance: none) {
.adapter-body {
overflow: hidden;
}

.m .page {
height: calc(100vh - 180px);
}
}

0 comments on commit bd622a1

Please sign in to comment.