Explorar el Código

Make scrollbars nicer on Firefox

tags/v0.1.0
Fen Dweller hace 5 años
padre
commit
88efbb62d9
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      gorge.css

+ 4
- 0
gorge.css Ver fichero

@@ -102,6 +102,8 @@ button {
#buildings-list {
overflow-x: hidden;
overflow-y: scroll;
scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
max-height: 50vh;
max-width: 400px;
}
@@ -288,6 +290,8 @@ button {
padding-bottom: 100px;
overflow-x: hidden;
overflow-y: overlay;
scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
}

#upgrade-tooltip {


Cargando…
Cancelar
Guardar