mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
better scrolling
This commit is contained in:
parent
42aa4ca23f
commit
2c427b1116
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user