Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ScrollableToolbar.uss 814B

12345678910111213141516
  1. /**********************************************************************************************************************/
  2. /* Scroller */
  3. /**********************************************************************************************************************/
  4. /* Horizontal scroller */
  5. Scroller {
  6. display: none;
  7. }
  8. /**********************************************************************************************************************/
  9. /* ScrollView */
  10. /**********************************************************************************************************************/
  11. ScrollView {
  12. flex: 1;
  13. }