mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-23 05:42:13 +03:00
Web page scroll fix
This commit is contained in:
parent
cb70cdf83d
commit
424c662185
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.3.2-r",
|
||||
"version": "0.3.2-t",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
@ -657,7 +657,7 @@ NoMeshesPanel img {
|
||||
}
|
||||
|
||||
#xdevices {
|
||||
max-height: calc(100vh - 239px);
|
||||
max-height: calc(100vh - 242px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@ -2075,7 +2075,7 @@ a {
|
||||
|
||||
#p14iframe {
|
||||
width: 100%;
|
||||
height: calc(100vh - 222px);
|
||||
height: calc(100vh - 232px);
|
||||
border: 0;
|
||||
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…
Reference in New Issue
Block a user