mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed arguments with & in it.
This commit is contained in:
parent
61d48b5c74
commit
6a061b0d46
3 changed files with 7 additions and 3 deletions
|
@ -2075,11 +2075,15 @@ a {
|
|||
|
||||
#p14iframe {
|
||||
width: 100%;
|
||||
height: calc(100vh - 232px);
|
||||
height: calc(100vh - 218px);
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.menu_stack #p14iframe {
|
||||
height: calc(100vh - 246px);
|
||||
}
|
||||
|
||||
.fulldesk #p14iframe {
|
||||
height: calc(100vh - 65px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue