Merge pull request #3926 from strapi/fix/scrollbar

Vertical scrollbar shown for accessibility
This commit is contained in:
Alexandre BODIN 2019-09-27 19:53:52 +02:00 committed by GitHub
commit 0ee4124fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
// Import variables
@import "variables/variables";
@import "base/fonts";
@import 'variables/variables';
@import 'base/fonts';
:global {
// Expose libs styles
@import "libs/bootstrap/bootstrap";
@import "libs/fontawesome/fontawesome";
@import 'libs/bootstrap/bootstrap';
@import 'libs/fontawesome/fontawesome';
// Expose base styles
@import "base/bootstrap-override";
@import "base/animations";
@import "base/animations";
@import 'base/bootstrap-override';
@import 'base/animations';
@import 'base/animations';
// Set the global font-size in order
// to be able to have `1rem = 10px`.
@ -18,11 +18,6 @@
font-size: 62.5%;
}
::-webkit-scrollbar {
display: none;
}
* {
-webkit-font-smoothing: antialiased;
}