/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.enhancedAnchor:target:before {
  content: '';
  display: block;
  height: var(--ifm-navbar-height);
  margin: calc(var(--ifm-navbar-height) * -1) 0 0;
  visibility: hidden;
}
