mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add sticking side menu
This commit is contained in:
@@ -91,3 +91,9 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
|||||||
top: 0.5rem;
|
top: 0.5rem;
|
||||||
right: 0.5rem;
|
right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make menu stick on the left side */
|
||||||
|
.menu {
|
||||||
|
position: sticky;
|
||||||
|
top: 1rem;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user