bbaa6c24ec
* Prevent the sticky from hiding in the stats page * Replace height:auto with height:initial in the import CSV page To match with the other pages (deck options and graphs), making it easier to possibly simplify the CSS code in the future. Doesn't really cause any changes.
8 lines
106 B
SCSS
8 lines
106 B
SCSS
@use "sass/root-vars";
|
|
@import "sass/base";
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
html { height: initial; } |