6 lines
90 B
CSS
6 lines
90 B
CSS
html,body{
|
|
overflow: unset !important;
|
|
}
|
|
img{
|
|
display: inline-block !important;
|
|
} |