mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Web page scroll fix
This commit is contained in:
parent
56c91bea2e
commit
61d48b5c74
5 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.3.2-r",
|
"version": "0.3.2-t",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
|
|
@ -657,7 +657,7 @@ NoMeshesPanel img {
|
||||||
}
|
}
|
||||||
|
|
||||||
#xdevices {
|
#xdevices {
|
||||||
max-height: calc(100vh - 239px);
|
max-height: calc(100vh - 242px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
@ -2075,7 +2075,7 @@ a {
|
||||||
|
|
||||||
#p14iframe {
|
#p14iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 222px);
|
height: calc(100vh - 232px);
|
||||||
border: 0;
|
border: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue