Merge pull request #6296 from jjm2473/patch-2

luci-theme-bootstrap: set scroll-margin-top for all elements
This commit is contained in:
Paul Donald 2023-12-04 03:44:24 +01:00 committed by GitHub
commit 16470a0ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,10 @@
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
scroll-margin-top: 40px;
}
*, *::before, *::after {
margin: 0;
padding: 0;