diff options
Diffstat (limited to 'src/web/app/dev/style.styl')
| -rw-r--r-- | src/web/app/dev/style.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/dev/style.styl b/src/web/app/dev/style.styl index cdbcb0e261..e635897b17 100644 --- a/src/web/app/dev/style.styl +++ b/src/web/app/dev/style.styl @@ -1,5 +1,10 @@ @import "../app" @import "../reset" +// Bootstrapのデザインを崩すので: +* + position initial + background-clip initial !important + html background-color #fff |