mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
16 lines
No EOL
814 B
Text
16 lines
No EOL
814 B
Text
/**********************************************************************************************************************/
|
|
/* Scroller */
|
|
/**********************************************************************************************************************/
|
|
|
|
/* Horizontal scroller */
|
|
Scroller {
|
|
display: none;
|
|
}
|
|
|
|
/**********************************************************************************************************************/
|
|
/* ScrollView */
|
|
/**********************************************************************************************************************/
|
|
|
|
ScrollView {
|
|
flex: 1;
|
|
} |