Browse Source
Merge pull request #1 from brenoufes/dev
Correção erro topbar fixed
pull/197/head
BRENO BATISTA DA SILVA
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/assets/styles/spec/components/topbar.scss
|
|
@ -18,6 +18,7 @@ |
|
|
transition: all 0.2s ease; |
|
|
transition: all 0.2s ease; |
|
|
width: calc(100% - #{$offscreen-size}); |
|
|
width: calc(100% - #{$offscreen-size}); |
|
|
z-index: 800; |
|
|
z-index: 800; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
|
@include to($breakpoint-md) { |
|
|
@include to($breakpoint-md) { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|