better scrolling

This commit is contained in:
Olivier Gagnon 2021-09-11 12:28:31 -04:00
parent 42aa4ca23f
commit 2c427b1116
2 changed files with 7 additions and 11 deletions

@ -6,7 +6,9 @@
*/ */
#character-overview-wrapper { #character-overview-wrapper {
position: relative; position: fixed;
top: 0;
right: 0;
} }
#character-overview-container { #character-overview-container {

@ -12,18 +12,12 @@
#generic-react-container { #generic-react-container {
padding: 10px; padding: 10px;
overflow-y: scroll; overflow-y: scroll;
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
} }
/* Character Info */ #generic-react-container::-webkit-scrollbar {
#character-container { display: none; /* for Chrome, Safari, and Opera */
padding-top: 10px;
position: fixed;
}
/* World */
#world-container {
position: fixed;
padding-top: 10px;
} }
#world-city-name, #world-city-name,