Skip to content

Commit

Permalink
zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ariton authored and Adrian Ariton committed Nov 21, 2023
1 parent 7ed515e commit e828fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions book/chattutor_setup/chattutor.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function setupEmbedMode_URL() {
var reader = new FileReader();
document.addEventListener('DOMContentLoaded', (e)=>{
document.querySelector('body').innerHTML += `
<div style='position: fixed;'>
<div style='position: fixed; z-index: 200;'>
${chattutor_embed}
</div>
`
Expand Down Expand Up @@ -1156,7 +1156,7 @@ function setupEmbedMode_URL() {
var reader = new FileReader();
document.addEventListener('DOMContentLoaded', (e)=>{
document.querySelector('body').innerHTML += `
<div style='position: fixed;'>
<div style='position: fixed; z-index: 200;'>
${chattutor_embed}
</div>
`
Expand Down
4 changes: 2 additions & 2 deletions bootcamp/pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
home = /opt/homebrew/Cellar/python@3.11/3.11.3/Frameworks/Python.framework/Versions/3.11/bin
home = /opt/homebrew/opt/[email protected]/bin
include-system-site-packages = false
version = 3.11.3
executable = /opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/bin/python3.11
command = /Users/adrianariton/Desktop/Adi/Summer/2023-An2/main/ChatTutor/.venv/bin/python3 -m venv /Users/adrianariton/Desktop/Adi/Summer/2023-An2/photonics-bootcamp/bootcamp
command = /opt/homebrew/opt/[email protected]/bin/python3.11 -m venv /Users/adrianariton/Desktop/Adi/Summer/2023-An2/photonics-bootcamp/bootcamp

0 comments on commit e828fd8

Please sign in to comment.