tabs-mru-switcher.less 184 B

12345678910
  1. .tabs-mru-switcher {
  2. .list-group.list-group {
  3. margin-top: 0;
  4. // Fix to make the scrollbar appear
  5. // Not necessary for all themes
  6. backface-visibility: hidden;
  7. }
  8. }