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 {
position: relative;
position: fixed;
top: 0;
right: 0;
}
#character-overview-container {

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