Skip to content

Commit 21e714f

Browse files
Merge pull request #44 from DiamondLightSource/fix-position-appbar
Changed position of appbar from absolute to fixed
2 parents 89116ce + 9a188b5 commit 21e714f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/components/AppBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const DLSAppBar = (props: {
7070
<>
7171
<CssBaseline />
7272
<StyledAppBar
73-
position="absolute"
73+
position="fixed"
7474
open={open}
7575
fullscreen={fullScreen ? 1 : 0}
7676
sx={{

0 commit comments

Comments
 (0)