Skip to content

Commit

Permalink
attempting to fix toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamleithp committed Feb 6, 2025
1 parent 896b6bd commit f022431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
@import '../../../node_modules/react-toastify/dist/ReactToastify';
@import 'functions';
@import 'mixins';
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/base';
@import 'tailwindcss/utilities';
@import 'utilities-legacy'; // TODO: Remove all legacy utilities

// Set variables
:root {
:root,
:host {
--color-white: hsl(0deg 0% 100%);
--color-black: hsl(0deg 0% 0%);

Expand Down
2 changes: 2 additions & 0 deletions frontend/src/toolbar/bar/Toolbar.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/base';

#button-toolbar {
position: fixed;
top: 0;
Expand Down

0 comments on commit f022431

Please sign in to comment.