mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
fix(mobile): minor changes
This commit is contained in:
@@ -71,7 +71,8 @@ body {
|
||||
Avoid changing height in mobile browsers
|
||||
*/
|
||||
@media only screen and (max-width: 500px) {
|
||||
body,html {
|
||||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user