mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-24 04:10:20 +08:00
fix(modal): do not hide the scroll bar when opening the pop-up window #151
This commit is contained in:
parent
9c2f3f30bb
commit
8f332e3cd4
@ -39,7 +39,8 @@ html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow: visible !important;
|
||||
overflow-x: hidden !important;
|
||||
|
||||
&.color-weak {
|
||||
filter: invert(80%);
|
||||
|
Loading…
Reference in New Issue
Block a user