Skip to content
Snippets Groups Projects

Flashcards revisited

Merged Andreas Gärtner requested to merge flashcards-revisited into master
Viewing commit 19404a50
Show latest version
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -65,3 +65,14 @@ body.x-android.splashscreenClosed {
@@ -65,3 +65,14 @@ body.x-android.splashscreenClosed {
body.x-windows {
body.x-windows {
touch-action: none !important;
touch-action: none !important;
}
}
 
 
/* fix flexbox rendering in firefox 48+ */
 
.x-firefox {
 
.x-button,
 
.x-layout-box,
 
.x-layout-box > .x-layout-box-item {
 
display: -webkit-box !important;
 
display: -ms-flexbox !important;
 
display: flex !important;
 
}
 
}