mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Let menu scroll on smaller screen devices
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
padding-right: .5em;
|
||||
}
|
||||
.dropdown-menu {
|
||||
max-height: calc(100vh - 60px);;
|
||||
max-height: calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user