mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(css) fancybox: stop page jumping on modal window close
This commit is contained in:
parent
3b1f1fec52
commit
95bba93255
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
html {
|
||||
height : 94%;
|
||||
/* fix overflow change of fancybox */
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -41,6 +39,8 @@ body {
|
|||
font-size : 16px;
|
||||
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
|
||||
background-color : white;
|
||||
/* fix overflow change of fancybox */
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue