mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(style) fancybox html: overflow hidden
This commit is contained in:
parent
a0447cb849
commit
b5f7c7b414
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@
|
|||
}
|
||||
|
||||
html {
|
||||
height: 94%;
|
||||
height : 94%;
|
||||
/* fix overflow change of fancybox */
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue