mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Support for Internet Explorer browser
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
#menu {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 20%;
|
||||
height : 100%;
|
||||
top : 0;
|
||||
@@ -27,7 +27,7 @@
|
||||
/*border-bottom: 1px solid #aaa;*/
|
||||
}
|
||||
#main {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
top : 0;
|
||||
left : 20%;
|
||||
bottom : auto;
|
||||
|
||||
Reference in New Issue
Block a user